diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
| -rw-r--r-- | net/openvswitch/datapath.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 129ec548075..031dfbf37c9 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -129,7 +129,7 @@ struct dp_upcall_info {  	u8 cmd;  	const struct sw_flow_key *key;  	const struct nlattr *userdata; -	u32 pid; +	u32 portid;  };  static inline struct net *ovs_dp_get_net(struct datapath *dp)  |