lib: route-table improvements.
[openvswitch] / lib / leak-checker.c
index 4ab55e59493f2303b279bfa45a3eaed57a1d5ad6..8b781824417212c08b79b9851824566dbcce3748 100644 (file)
 #include "leak-checker.h"
 #include <inttypes.h>
 #include "backtrace.h"
-
-#define THIS_MODULE VLM_leak_checker
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(leak_checker);
+
 #ifndef HAVE_MALLOC_HOOKS
 void
 leak_checker_start(const char *file_name OVS_UNUSED)