docs: Correct DB init instructions in INSTALL.Linux.
[openvswitch] / ofproto / ofproto.h
index c3d71e8d1bd7a0566ef573b21e043a526396d577..9880e8250b5de82ecb81112c3117fa398fa81122 100644 (file)
@@ -104,6 +104,7 @@ bool ofproto_is_alive(const struct ofproto *);
 void ofproto_set_datapath_id(struct ofproto *, uint64_t datapath_id);
 void ofproto_set_controllers(struct ofproto *,
                              const struct ofproto_controller *, size_t n);
+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_desc(struct ofproto *,