X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvconn-stream.c;h=243d381f720639b5ce51034f8dc150485279a707;hb=67a4917b07031b387beafaedce413b4207214059;hp=0551c9ebf207245889208a99617b1b85cedb9c1c;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=sliver-openvswitch.git diff --git a/lib/vconn-stream.c b/lib/vconn-stream.c index 0551c9ebf..243d381f7 100644 --- a/lib/vconn-stream.c +++ b/lib/vconn-stream.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -174,7 +174,7 @@ stream_clear_txbuf(struct stream_vconn *s) } static void -stream_do_tx(int fd UNUSED, short int revents UNUSED, void *vconn_) +stream_do_tx(int fd OVS_UNUSED, short int revents OVS_UNUSED, void *vconn_) { struct vconn *vconn = vconn_; struct stream_vconn *s = stream_vconn_cast(vconn);