mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🐎 save_flag is not required if conservative saving is disabled
This commit is contained in:
parent
23928235eb
commit
6e46cb8f7a
1 changed files with 2 additions and 0 deletions
|
|
@ -25,7 +25,9 @@ private:
|
|||
std::mutex>
|
||||
users;
|
||||
|
||||
#if CONSERVATIVE_DISK_SAVE
|
||||
ChangeFlag save_flag;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief size_l should be grabbed if the operation MODIFIES the size (shared), this is so that when save claims unique
|
||||
|
|
|
|||
Loading…
Reference in a new issue