X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=23a30cedb5edb4c4440e118b3a6938309db24b78;hb=6aa7dc839706a453f128a00f9040b31c597cfcfe;hp=27a5fe51d598db301e92658721db59c3526a4d11;hpb=ae412e7dd89489911a32c6723d4109c6d1de3a38;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 27a5fe51..23a30ced 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -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);