datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.
[cascardo/ovs.git] / datapath / vport.h
index cfaea09..c02daf5 100644 (file)
@@ -211,7 +211,7 @@ static inline struct vport *vport_from_priv(void *priv)
 }
 
 void ovs_vport_receive(struct vport *, struct sk_buff *,
-                      struct ovs_key_ipv4_tunnel *);
+                      struct ovs_tunnel_info *);
 
 /* List of statically compiled vport implementations.  Don't forget to also
  * add yours to the list at the top of vport.c. */