X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdhcp.c;h=0345efe1509cb8802a09272ceaa3308be84a4078;hb=76ecc721793b29c8bae44b10a065ec9ac07a9e4b;hp=e16176ba1bf32ee83059e6a6aa9e85df833e5aab;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;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. */