X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=9880e8250b5de82ecb81112c3117fa398fa81122;hb=f40a9b61e2b758e60a38fc706d7d1253ef59a23d;hp=22ad610705d32e4610c6f431c0ac55800c1e9170;hpb=76ce9432393df462e2030036021ea60096a734d4;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 22ad6107..9880e825 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -17,6 +17,8 @@ #ifndef OFPROTO_H #define OFPROTO_H 1 +#include +#include #include #include #include @@ -102,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,