[ovs-dev] [PATCH v2 1/5] stream-provider: remove stale declaration of stream_set_dscp()

Isaku Yamahata yamahata at valinux.co.jp
Wed Sep 26 07:12:05 UTC 2012


It isn't defined anywhere.

Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
---
 lib/stream-provider.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/stream-provider.h b/lib/stream-provider.h
index 0708c72..9e91d61 100644
--- a/lib/stream-provider.h
+++ b/lib/stream-provider.h
@@ -40,7 +40,6 @@ struct stream {
 void stream_init(struct stream *, const struct stream_class *,
                  int connect_status, const char *name);
 void stream_set_remote_ip(struct stream *, ovs_be32 remote_ip);
-void stream_set_dscp(struct stream *, uint8_t dscp);
 void stream_set_remote_port(struct stream *, ovs_be16 remote_port);
 void stream_set_local_ip(struct stream *, ovs_be32 local_ip);
 void stream_set_local_port(struct stream *, ovs_be16 local_port);
-- 
1.7.1.1




More information about the dev mailing list