X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdpif-netdev.c;h=16860870ef1f915d16a3a02dc51aff1a666ccba8;hb=7e041ba51410125ec74cba2b5f0b6f1b0481baa9;hp=8381a8978e38bb4afd078a996088818f937def07;hpb=734ec5ec13499a2e7112626564cc9bd0c2d06600;p=openvswitch diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 8381a897..16860870 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -113,7 +113,7 @@ struct dp_netdev_flow { long long int used; /* Last used time, in monotonic msecs. */ long long int packet_count; /* Number of packets matched. */ long long int byte_count; /* Number of bytes matched. */ - ovs_be16 tcp_flags; /* Bitwise-OR of seen tcp_flags values. */ + uint8_t tcp_flags; /* Bitwise-OR of seen tcp_flags values. */ /* Actions. */ struct nlattr *actions;