X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdp_dev.h;h=1fb4394fd518a3ed388a6cba2c7ca7850a73d10e;hb=7b09e42666aa1d345d44c112ff7f74ac8f030297;hp=015c71ce8be03315b71761d65097e24c26b12008;hpb=72ca14c15430b1e06b06fa2042dab347c1c7d7df;p=openvswitch diff --git a/datapath/dp_dev.h b/datapath/dp_dev.h index 015c71ce..1fb4394f 100644 --- a/datapath/dp_dev.h +++ b/datapath/dp_dev.h @@ -17,6 +17,7 @@ struct dp_dev { struct net_device *dev; struct net_device_stats stats; + struct pcpu_lstats *lstats; }; static inline struct dp_dev *dp_dev_priv(struct net_device *netdev)