X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fpacket.h;fp=include%2Fpacket.h;h=f6d907a541456151a21c75634c003b477550fdce;hb=f1754ecea2eab7bd0a302042ac82eb11667b166c;hp=aa703debf921937d479242da89043ed8ba8b3bf6;hpb=8b04ba410b46bc4853dfda7095d2a2229b609003;p=com%2Fgs-lite.git diff --git a/include/packet.h b/include/packet.h index aa703de..f6d907a 100644 --- a/include/packet.h +++ b/include/packet.h @@ -35,13 +35,7 @@ struct ipv6_str{ struct csv { gs_uint32_t numberfields; gs_sp_t fields[CSVELEMENTS]; -}; - -struct csv2 { // SSE accelerated CSV processor - gs_uint32_t numberfields; - gs_sp_t fields[CSVELEMENTS]; - gs_uint32_t field_lens[CSVELEMENTS]; - gs_uint8_t parsed[CSVELEMENTS]; + gs_uint32_t field_lens[CSVELEMENTS]; }; struct gdat { @@ -62,7 +56,6 @@ struct packet { gs_schemahandle_t schema; union { struct csv csv; /* content of CSV record being processed */ - struct csv2 csv2; struct gdat gdat; struct packed packed; } record;