mgmt: Local config changes can cause update failures from controller.
[openvswitch] / secchan / in-band.h
index 972611d61aeb4c0b568339a203d6ff850142607f..1e13a6a91cc0553e2ba47a4f49dc31246f315381 100644 (file)
@@ -27,8 +27,8 @@ struct secchan;
 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 *);