X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=624bee9e3f2519814a4b085fd5365c02be8d24fe;hb=46097491e4ab6b957bb11690d86df24af19b5655;hp=8d8d3535ef38b1ffd840dd023c62eed61e1f9d3d;hpb=8cd4882fd5c3080816a070ad582ef06842f7c482;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 8d8d3535..624bee9e 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 *);