X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport.h;h=6391f71df0836780773d77cdb13a8bb749a01137;hb=6455100f38e9312346f4d58511595f695d813537;hp=2c9c4aa1d71ffb2239c4d70a366ff4f2da160862;hpb=d929d22c2c543ae3ceafa90b378154e6b4cf9a56;p=sliver-openvswitch.git diff --git a/datapath/vport.h b/datapath/vport.h index 2c9c4aa1d..6391f71df 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -208,7 +208,8 @@ enum vport_err_type { VPORT_E_TX_ERROR, }; -struct vport *vport_alloc(int priv_size, const struct vport_ops *, const struct vport_parms *); +struct vport *vport_alloc(int priv_size, const struct vport_ops *, + const struct vport_parms *); void vport_free(struct vport *); #define VPORT_ALIGN 8