X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fofproto.h;h=fd089c5ef9690586bf8025a1d116534ae57dc413;hb=c3827f619a38d3d202020838e1f92860046a3dbe;hp=a3cc8255638c2a45693d2f2093c9b3d473595b6d;hpb=fa8b054f50e6f669a1cc4c41ada0f1fdad03e9dd;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index a3cc8255..fd089c5e 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -106,6 +106,7 @@ void ofproto_set_fail_mode(struct ofproto *, enum ofproto_fail_mode fail_mode); void ofproto_reconnect_controllers(struct ofproto *); void ofproto_set_extra_in_band_remotes(struct ofproto *, const struct sockaddr_in *, size_t n); +void ofproto_set_in_band_queue(struct ofproto *, int queue_id); void ofproto_set_desc(struct ofproto *, const char *mfr_desc, const char *hw_desc, const char *sw_desc, const char *serial_desc,