X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.h;h=31416a1f8b05fb225582a091cffef4dbdfe2eee4;hb=72ba2ed371ae593b6fda1d196c31d7dd408a6a1c;hp=58b1ae3fe3904c15a8543ef516f285d48207969d;hpb=7ee20df120d4d56df894abc00a60fe1bc43a058d;p=sliver-openvswitch.git diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 58b1ae3fe..31416a1f8 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -66,6 +66,7 @@ void connmgr_retry(struct connmgr *); /* OpenFlow configuration. */ bool connmgr_has_controllers(const struct connmgr *); void connmgr_get_controller_info(struct connmgr *, struct shash *); +void connmgr_free_controller_info(struct shash *); void connmgr_set_controllers(struct connmgr *, const struct ofproto_controller[], size_t n); void connmgr_reconnect(const struct connmgr *);