ovsdb-doc: Implement new <option>, <ol> tags.
[openvswitch] / lib / lockfile.c
index 100440e93614ca92db6255d25f8c09756b474532..84bfb3c04061bfa52c8b37aaac944de6e8ee9e42 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;