diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
| -rw-r--r-- | net/openvswitch/datapath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index ba13be4a680f..62619a4ee649 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
| @@ -88,6 +88,8 @@ struct datapath { | |||
| 88 | /* Network namespace ref. */ | 88 | /* Network namespace ref. */ |
| 89 | struct net *net; | 89 | struct net *net; |
| 90 | #endif | 90 | #endif |
| 91 | |||
| 92 | u32 user_features; | ||
| 91 | }; | 93 | }; |
| 92 | 94 | ||
| 93 | /** | 95 | /** |
