X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.c;h=db6ec61bb443aaebf212a4118f7d3224f908e9a0;hb=ac3005057c9baf5fab366e31e2c18b26685a73e2;hp=dcd8da5856245520f8fec44031c1d0ac2abf810a;hpb=557092898d7ac9d7451d565720c56fba811494e8;p=openvswitch diff --git a/lib/stream.c b/lib/stream.c index dcd8da58..db6ec61b 100644 --- a/lib/stream.c +++ b/lib/stream.c @@ -102,7 +102,7 @@ check_stream_classes(void) * connection methods supported by the stream. */ void stream_usage(const char *name, bool active, bool passive, - bool bootstrap UNUSED) + bool bootstrap OVS_UNUSED) { /* Really this should be implemented via callbacks into the stream * providers, but that seems too heavy-weight to bother with at the