summaryrefslogtreecommitdiff
path: root/lib/rconn.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-12-17 15:07:12 -0800
committerBen Pfaff <blp@nicira.com>2013-12-17 15:08:38 -0800
commita8d819675f3525a5416ea355382b2e9c47cb2e74 (patch)
treee59a872973de43a29024da9bc04b6f73044e8d99 /lib/rconn.h
parentc31964ce3a27bcbc7457346c8d14aa0e83ab72c8 (diff)
downloadopenvswitch-a8d819675f3525a5416ea355382b2e9c47cb2e74.tar.gz
Remove stream, vconn, and rconn functions to get local/remote IPs/ports.
These functions don't have any ultimate users. The in-band control code used to use them, but not anymore, so we might as well delete them all. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/rconn.h')
-rw-r--r--lib/rconn.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rconn.h b/lib/rconn.h
index 408cec92b..2cb43f798 100644
--- a/lib/rconn.h
+++ b/lib/rconn.h
@@ -83,10 +83,6 @@ bool rconn_is_connected(const struct rconn *);
bool rconn_is_admitted(const struct rconn *);
int rconn_failure_duration(const struct rconn *);
-ovs_be32 rconn_get_remote_ip(const struct rconn *);
-ovs_be16 rconn_get_remote_port(const struct rconn *);
-ovs_be32 rconn_get_local_ip(const struct rconn *);
-ovs_be16 rconn_get_local_port(const struct rconn *);
int rconn_get_version(const struct rconn *);
const char *rconn_get_state(const struct rconn *);