diff --git a/utilities/cache_dump_load_impl.h b/utilities/cache_dump_load_impl.h index f799863b2..28dba671d 100644 --- a/utilities/cache_dump_load_impl.h +++ b/utilities/cache_dump_load_impl.h @@ -79,6 +79,8 @@ struct DumpUnit { // address of the begin of the block in this string. void* value; + DumpUnit() { reset(); } + void reset() { timestamp = 0; type = CacheDumpUnitType::kBlockTypeMax;