X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-unix.c;h=20aa5b482876c373f7a7386be4f810ee7e683ce8;hb=0cc96e48ab2fc573c3b7b69fe5a034bb29dde578;hp=33f566b371edaa4f6e2e4187b50d6a3850713ed8;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;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. */