Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make Snapshot::enabled_process a std::set
[simgrid.git] / src / mc / mc_snapshot.cpp
index 08eb1b1..c394871 100644 (file)
@@ -159,7 +159,7 @@ Snapshot::Snapshot() :
   heap_bytes_used(0),
   snapshot_regions(nullptr),
   snapshot_regions_count(0),
   heap_bytes_used(0),
   snapshot_regions(nullptr),
   snapshot_regions_count(0),
-  enabled_processes(0),
+  enabled_processes(),
   privatization_index(0),
   stack_sizes(nullptr),
   stacks(nullptr),
   privatization_index(0),
   stack_sizes(nullptr),
   stacks(nullptr),