dav/scfg.h

changeset 630
046b869a1c49
parent 623
7870656d302d
child 642
4e23087d3d90
--- a/dav/scfg.h	Sun Aug 18 09:41:29 2019 +0200
+++ b/dav/scfg.h	Mon Aug 19 19:19:08 2019 +0200
@@ -56,6 +56,9 @@
 #define SYNC_SYMLINK(dir) \
     (((dir)->symlink & SYNC_SYMLINK_SYNC) == SYNC_SYMLINK_SYNC)
     
+#define SYNC_HASHING(dir) ((dir)->hashing)
+#define SYNC_STORE_HASH(dir) ((dir)->store_hash)
+    
 typedef struct TagConfig   TagConfig;
 typedef struct Versioning  Versioning;
 typedef struct SplitConfig SplitConfig;
@@ -82,6 +85,7 @@
     bool lockpull;
     bool lockpush;
     bool hashing;
+    bool store_hash;
     uint32_t db_settings;
 } SyncDirectory;
 

mercurial