X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Frconn.h;h=ef4e16c8b903b0ce02fc666eee56c9053083b566;hb=5e4641a147c3e450a56b199b9066f1af75c2f779;hp=ed0780a3f468285ea795ccf9671a61191ea3bbe7;hpb=3b01baa3970139c3a195017ab1ea3e42761e3db2;p=openvswitch diff --git a/lib/rconn.h b/lib/rconn.h index ed0780a3..ef4e16c8 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -69,6 +69,7 @@ void rconn_add_monitor(struct rconn *, struct vconn *); const char *rconn_get_name(const struct rconn *); bool rconn_is_alive(const struct rconn *); bool rconn_is_connected(const struct rconn *); +bool rconn_is_admitted(const struct rconn *); int rconn_failure_duration(const struct rconn *); bool rconn_is_connectivity_questionable(struct rconn *);