Found by inspection. Signed-off-by: Andy Zhou <az...@ovn.org> --- lib/stream.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/lib/stream.h b/lib/stream.h index 0db50da..f8e1891 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -37,10 +37,6 @@ int stream_open(const char *name, struct stream **, uint8_t dscp); int stream_open_block(int error, struct stream **); void stream_close(struct stream *); const char *stream_get_name(const struct stream *); -ovs_be32 stream_get_remote_ip(const struct stream *); -ovs_be16 stream_get_remote_port(const struct stream *); -ovs_be32 stream_get_local_ip(const struct stream *); -ovs_be16 stream_get_local_port(const struct stream *); int stream_connect(struct stream *); int stream_recv(struct stream *, void *buffer, size_t n); int stream_send(struct stream *, const void *buffer, size_t n); -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev