X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=624bee9e3f2519814a4b085fd5365c02be8d24fe;hb=3b01baa3970139c3a195017ab1ea3e42761e3db2;hp=8d8d3535ef38b1ffd840dd023c62eed61e1f9d3d;hpb=080ec396fd98fa6848295a7582c3fbfeb0a3589d;p=sliver-openvswitch.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 8d8d3535e..624bee9e3 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -26,8 +26,8 @@ struct rconn; struct settings; struct switch_status; -int in_band_create(struct ofproto *, struct dpif *, struct switch_status *, - struct rconn *controller, struct in_band **); +void in_band_create(struct ofproto *, struct switch_status *, + struct rconn *controller, struct in_band **); void in_band_destroy(struct in_band *); void in_band_run(struct in_band *); void in_band_wait(struct in_band *);