X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.h;h=1249b844fbdc32b6b9fdde28bd45bd6365c0cdbf;hb=8cd4882fd5c3080816a070ad582ef06842f7c482;hp=f9cbe706781e9a34bebdad06c5537282e56e6c71;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/lib/rconn.h b/lib/rconn.h index f9cbe706..1249b844 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -78,6 +78,7 @@ const char *rconn_get_state(const struct rconn *); unsigned int rconn_get_attempted_connections(const struct rconn *); unsigned int rconn_get_successful_connections(const struct rconn *); time_t rconn_get_last_connection(const struct rconn *); +time_t rconn_get_last_received(const struct rconn *); time_t rconn_get_creation_time(const struct rconn *); unsigned long int rconn_get_total_time_connected(const struct rconn *); int rconn_get_backoff(const struct rconn *);