default snapshot value set to "null"

This commit is contained in:
William Katz 2021-07-12 17:23:43 -07:00 committed by GitHub
parent 66b200be27
commit b2f306aee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ struct Log
{
private:
ChangeFlag<true> log_flag;
std::string log_snapshot;
std::string log_snapshot = "null";
public:
#if MAX_LOG_SIZE == 1