aboutsummaryrefslogtreecommitdiff
path: root/lib/lockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lockfile.c')
-rw-r--r--lib/lockfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lockfile.c b/lib/lockfile.c
index 100440e9..84bfb3c0 100644
--- a/lib/lockfile.c
+++ b/lib/lockfile.c
@@ -29,10 +29,10 @@
#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;