X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Ftcp_packet.h;h=93f73e010aa99d543d8a4ace02d8225084a3aded;hb=f869028740aaebeb0375077d4d84fa07a17fff1a;hp=ed4024035924b9fb68a6d0b0f19687b863fc56ff;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vnet/ip/tcp_packet.h b/src/vnet/ip/tcp_packet.h index ed402403592..93f73e010aa 100644 --- a/src/vnet/ip/tcp_packet.h +++ b/src/vnet/ip/tcp_packet.h @@ -76,7 +76,10 @@ typedef struct }; u32 src_and_dst; } ports; - u16 src_port, dst_port; + struct + { + u16 src_port, dst_port; + }; }; /* Sequence and acknowledgment number. */