vlog: Make the vlog module catalog program-specific.
[openvswitch] / lib / learning-switch.c
index 97c424a6be865491940e62c2918a95d3f4cfc23c..d2da25237a4956b47f4a4ad18e5e6dbf061c1dbc 100644 (file)
 #include "stp.h"
 #include "timeval.h"
 #include "vconn.h"
+#include "vlog.h"
 #include "xtoxll.h"
 
-#define THIS_MODULE VLM_learning_switch
-#include "vlog.h"
+VLOG_DEFINE_THIS_MODULE(learning_switch)
 
 enum port_state {
     P_DISABLED = 1 << 0,