vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
[cascardo/ovs.git] / lib / dhcp.c
index e16176b..e6d5735 100644 (file)
 #include <stdlib.h>
 #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. */