debian: Fix parallel builds.
[openvswitch] / ofproto / in-band.h
index 27a5fe51d598db301e92658721db59c3526a4d11..23a30cedb5edb4c4440e118b3a6938309db24b78 100644 (file)
@@ -31,6 +31,7 @@ int in_band_create(struct ofproto *, struct dpif *, struct switch_status *,
                    struct in_band **);
 void in_band_destroy(struct in_band *);
 
+void in_band_set_queue(struct in_band *, int queue_id);
 void in_band_set_remotes(struct in_band *,
                          const struct sockaddr_in *, size_t n);