Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[openvswitch] / lib / rconn.h
index f9cbe706781e9a34bebdad06c5537282e56e6c71..1249b844fbdc32b6b9fdde28bd45bd6365c0cdbf 100644 (file)
@@ -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 *);