Step 3
This commit is contained in:
@@ -37,5 +37,8 @@ struct PersistenceSnapshot
|
||||
std::filesystem::path targetPath;
|
||||
std::string contents;
|
||||
std::string reason;
|
||||
std::string debounceKey;
|
||||
bool debounceAllowed = false;
|
||||
bool flushRequested = false;
|
||||
uint64_t generation = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user