X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdhcp.c;h=0345efe1509cb8802a09272ceaa3308be84a4078;hb=eb5f3e933b0922d369ad839b2afa1cd7ab764b6e;hp=e16176ba1bf32ee83059e6a6aa9e85df833e5aab;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/lib/dhcp.c b/lib/dhcp.c index e16176ba..0345efe1 100644 --- a/lib/dhcp.c +++ b/lib/dhcp.c @@ -24,10 +24,10 @@ #include #include "dynamic-string.h" #include "ofpbuf.h" - -#define THIS_MODULE VLM_dhcp #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(dhcp); + /* Information about a DHCP argument type. */ struct arg_type { const char *name; /* Name. */