X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=e326482a1a1b882cb03947a29d584d13ddd0ac76;hb=5e0c05bc058c78a11be6747f62e6ad88e5d06b70;hp=5f9ac708f1608bc79c75f4034f648527ce8fc654;hpb=80d5aefd65b9dd953d873f9995b949bc8b8d19d5;p=openvswitch diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 5f9ac708..e326482a 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -97,6 +97,8 @@ void ofconn_set_flow_format(struct ofconn *, enum nx_flow_format); enum nx_packet_in_format ofconn_get_packet_in_format(struct ofconn *); void ofconn_set_packet_in_format(struct ofconn *, enum nx_packet_in_format); +void ofconn_set_controller_id(struct ofconn *, uint16_t controller_id); + bool ofconn_get_flow_mod_table_id(const struct ofconn *); void ofconn_set_flow_mod_table_id(struct ofconn *, bool enable);