summaryrefslogtreecommitdiffstats
path: root/dotlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'dotlock.h')
-rw-r--r--dotlock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotlock.h b/dotlock.h
index 05c70950..681f533e 100644
--- a/dotlock.h
+++ b/dotlock.h
@@ -37,6 +37,8 @@
#define DL_FL_RETRY (1 << 4)
#define DL_FL_UNLINK (1 << 5)
+#define DL_FL_ACTIONS (DL_FL_TRY|DL_FL_UNLOCK|DL_FL_UNLINK)
+
#ifndef DL_STANDALONE
int dotlock_invoke(const char *, int, int);
#endif