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