X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsocket-util.c;h=16a321c201804343bd285b56d41232422fefafe7;hb=ba18611;hp=bf563edaea62d70d6781ecdda83847217310e44b;hpb=0ec6cfb13b4d9ef14b90119cf662e47ed559a185;p=openvswitch diff --git a/lib/socket-util.c b/lib/socket-util.c index bf563eda..16a321c2 100644 --- a/lib/socket-util.c +++ b/lib/socket-util.c @@ -32,9 +32,9 @@ #include #include "fatal-signal.h" #include "util.h" - #include "vlog.h" -#define THIS_MODULE VLM_socket_util + +VLOG_DEFINE_THIS_MODULE(socket_util) /* Sets 'fd' to non-blocking mode. Returns 0 if successful, otherwise a * positive errno value. */