datapath: Fix sparse warning on BUILD_BUG_ON_INVALID()
[sliver-openvswitch.git] / datapath / datapath.h
index 89ba80f..b3ae7cd 100644 (file)
@@ -90,6 +90,8 @@ struct datapath {
        /* Network namespace ref. */
        struct net *net;
 #endif
+
+       u32 user_features;
 };
 
 /**