X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.h;h=d10cef7f944ce2f943a3984d4082aef60295a96a;hb=66e7d7a2cd928a5f1c64c7289b042d2fe2ebc21e;hp=64eca5320fb8b55eada7be905d7ba8d530ce28cb;hpb=a644168568471eb33f8d1e60e872859f4e5bbc69;p=openvswitch diff --git a/lib/rconn.h b/lib/rconn.h index 64eca532..d10cef7f 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -81,15 +81,8 @@ ovs_be16 rconn_get_local_port(const struct rconn *); int rconn_get_version(const struct rconn *); 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_disconnect(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 *); -unsigned int rconn_get_state_elapsed(const struct rconn *); unsigned int rconn_get_connection_seqno(const struct rconn *); int rconn_get_last_error(const struct rconn *); unsigned int rconn_count_txqlen(const struct rconn *);