summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/clvmd/clvmd.h')
-rw-r--r--daemons/clvmd/clvmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/clvmd/clvmd.h b/daemons/clvmd/clvmd.h
index ccc79cc3..95244e13 100644
--- a/daemons/clvmd/clvmd.h
+++ b/daemons/clvmd/clvmd.h
@@ -117,6 +117,9 @@ extern void process_message(struct local_client *client, const char *buf,
extern void debuglog(const char *fmt, ... )
__attribute__ ((format(printf, 1, 2)));
+void clvmd_set_debug(debug_t new_de);
+debug_t clvmd_get_debug(void);
+
int sync_lock(const char *resource, int mode, int flags, int *lockid);
int sync_unlock(const char *resource, int lockid);