X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport.h;h=0a6801d97efc0c1db472a9d459fee9bb94c58ec4;hb=431585099e82a88a23d5dec28138b5a3a8bb11da;hp=a5c17f6e5211a1c3bae26f631e1a3bb1ca3f76bc;hpb=fceb2a5bb2063023777fc75c68a2670b5169fa13;p=openvswitch diff --git a/datapath/vport.h b/datapath/vport.h index a5c17f6e..0a6801d9 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -10,6 +10,7 @@ #define VPORT_H 1 #include +#include #include #include @@ -83,6 +84,7 @@ struct vport_percpu_stats { u64 rx_packets; u64 tx_bytes; u64 tx_packets; + seqcount_t seqlock; }; struct vport_err_stats {