classifier: Add more cls_rule_set_*() functions.
[openvswitch] / lib / dhcp.c
index e16176ba1bf32ee83059e6a6aa9e85df833e5aab..0345efe1509cb8802a09272ceaa3308be84a4078 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. */