diff -r bc2cdbf5e68f -r 046b869a1c49 dav/scfg.h --- 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;