diff --git a/src/Coordination/SnapshotableHashTable.h b/src/Coordination/SnapshotableHashTable.h index 2e8c0fc8b87..aa8758993f9 100644 --- a/src/Coordination/SnapshotableHashTable.h +++ b/src/Coordination/SnapshotableHashTable.h @@ -12,7 +12,7 @@ struct ListNode { std::string key; V value; - std::atomic active_in_map; + bool active_in_map; }; template