datapath: Check for proto_data_valid member instead of kernel version.
[sliver-openvswitch.git] / datapath / dp_dev.h
index 015c71c..1fb4394 100644 (file)
@@ -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)