Catalli's threaded switch
[sliver-openvswitch.git] / lib / lockfile.c
index 100440e..84bfb3c 100644 (file)
 #include "hmap.h"
 #include "timeval.h"
 #include "util.h"
-
-#define THIS_MODULE VLM_lockfile
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(lockfile)
+
 struct lockfile {
     struct hmap_node hmap_node;
     char *name;