X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=c3d71e8d1bd7a0566ef573b21e043a526396d577;hb=c62caaa3f4132eba085c8ba15577b62195642711;hp=32d7623d0ad0cc65d7ebb8e6637c780a661e9bb4;hpb=d2ede7bc13478e45c58d31a3fe569785b0622682;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 32d7623d..c3d71e8d 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -104,6 +104,8 @@ 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_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,