diff --git a/include/bank.h b/include/bank.h index 07d06a5..6bd490b 100644 --- a/include/bank.h +++ b/include/bank.h @@ -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