X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Frconn.h;h=af476cbdcd0ff4771d8f5c47e827f3f7acd752c5;hb=7b351ea0762fc73e1e92059e5f16b8269db44bd2;hp=14889bd176a086105895f3fde272a7da23126eca;hpb=8f4da69c169f4a69d8563ebf8dbe8934748fb969;p=sliver-openvswitch.git diff --git a/include/rconn.h b/include/rconn.h index 14889bd17..af476cbdc 100644 --- a/include/rconn.h +++ b/include/rconn.h @@ -64,9 +64,11 @@ void rconn_recv_wait(struct rconn *); int rconn_send(struct rconn *, struct buffer *); int rconn_force_send(struct rconn *, struct buffer *); bool rconn_is_full(const struct rconn *); +unsigned int rconn_packets_sent(const struct rconn *); const char *rconn_get_name(const struct rconn *); bool rconn_is_alive(const struct rconn *); bool rconn_is_connected(const struct rconn *); +int rconn_disconnected_duration(const struct rconn *); #endif /* rconn.h */