X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=9880e8250b5de82ecb81112c3117fa398fa81122;hb=de4f3c10b2afa540dd4a7f01ce7e02ae68ef2861;hp=32d7623d0ad0cc65d7ebb8e6637c780a661e9bb4;hpb=d2ede7bc13478e45c58d31a3fe569785b0622682;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 32d7623d..9880e825 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -104,6 +104,9 @@ 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 *, const char *mfr_desc, const char *hw_desc, const char *sw_desc, const char *serial_desc,