X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdhcp.c;h=e6d5735e80c251432d49d0de831a79dabb3b2a89;hb=cb49ee4fd15e1b24aaae4a2d25f3dd538734b4df;hp=e16176ba1bf32ee83059e6a6aa9e85df833e5aab;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/lib/dhcp.c b/lib/dhcp.c index e16176ba..e6d5735e 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. */