Make in-band communication work.
[openvswitch] / include / rconn.h
index 3e72da03971ad1b4b9c61f565421a8b0f71c5fae..14889bd176a086105895f3fde272a7da23126eca 100644 (file)
@@ -62,9 +62,11 @@ void rconn_run_wait(struct rconn *);
 struct buffer *rconn_recv(struct rconn *);
 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 *);
 
 const char *rconn_get_name(const struct rconn *);
 bool rconn_is_alive(const struct rconn *);
+bool rconn_is_connected(const struct rconn *);
 
 #endif /* rconn.h */