diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index e88ebc2f1c54..a91486484916 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
@@ -122,6 +122,7 @@ struct dp_upcall_info { | |||
122 | struct ovs_net { | 122 | struct ovs_net { |
123 | struct list_head dps; | 123 | struct list_head dps; |
124 | struct work_struct dp_notify_work; | 124 | struct work_struct dp_notify_work; |
125 | struct vport_net vport_net; | ||
125 | }; | 126 | }; |
126 | 127 | ||
127 | extern int ovs_net_id; | 128 | extern int ovs_net_id; |