summaryrefslogtreecommitdiffstats
path: root/utils/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common.h')
-rw-r--r--utils/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/common.h b/utils/common.h
index 6b0983d..90372ed 100644
--- a/utils/common.h
+++ b/utils/common.h
@@ -20,6 +20,10 @@
# define GFAPI_LOG_FILE "/var/log/gluster-block/gluster-block-gfapi.log"
# define GFAPI_LOG_LEVEL 7
+# define GB_METADIR "/block-meta"
+# define GB_STOREDIR "/block-store"
+# define GB_TXLOCKFILE "meta.lock"
+
ssize_t glusterBlockCreateParseSize(char *value);