commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed the set_dscp() callback from pstream_class.
Signed-off-by: Saurabh Shah <ssaur...@vmware.com> --- lib/stream-tcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stream-tcp.c b/lib/stream-tcp.c index 1f53e86..ac42924 100644 --- a/lib/stream-tcp.c +++ b/lib/stream-tcp.c @@ -251,6 +251,5 @@ const struct pstream_class pwindows_pstream_class = { NULL, NULL, NULL, - NULL, }; #endif -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev