X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=a2f7d5a648f0625e8614c172b65083290a8f9193;hb=6ea4776bc043089fa307943705002a60ff4983b4;hp=4122bc1a334e4bd7a8918505ede96ae5e54ebf2e;hpb=5ca1ba484bd9ade5116a49cf241cb98219d7d696;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 4122bc1a3..a2f7d5a64 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -96,6 +96,7 @@ void connmgr_get_snoops(const struct connmgr *, struct sset *snoops); /* Individual connections to OpenFlow controllers. */ enum ofconn_type ofconn_get_type(const struct ofconn *); +bool ofconn_set_master_election_id(struct ofconn *, uint64_t); enum nx_role ofconn_get_role(const struct ofconn *); void ofconn_set_role(struct ofconn *, enum nx_role);