tunneling: Remove struct tnl_vport and tnl_ops.
[sliver-openvswitch.git] / datapath / vport.h
index c23d35c..ab17a5f 100644 (file)
@@ -171,6 +171,7 @@ enum vport_err_type {
 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
                              const struct vport_parms *);
 void ovs_vport_free(struct vport *);
+void ovs_vport_deferred_free(struct vport *vport);
 
 #define VPORT_ALIGN 8