X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-unix.c;h=20aa5b482876c373f7a7386be4f810ee7e683ce8;hb=aed133bf9bce8f35b666c3052907f525c803c83b;hp=33f566b371edaa4f6e2e4187b50d6a3850713ed8;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index 33f566b3..20aa5b48 100644 --- a/lib/stream-unix.c +++ b/lib/stream-unix.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -32,9 +33,9 @@ #include "util.h" #include "stream-provider.h" #include "stream-fd.h" - #include "vlog.h" -#define THIS_MODULE VLM_stream_unix + +VLOG_DEFINE_THIS_MODULE(stream_unix) /* Active UNIX socket. */