Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: move code around in the hope that it will sort itself while doing so
[simgrid.git] / src / mc / sosp / mc_snapshot.hpp
index 147c7fa..c1d09df 100644 (file)
@@ -90,7 +90,7 @@ namespace mc {
 
 class XBT_PRIVATE Snapshot final : public AddressSpace {
 public:
-  Snapshot(RemoteClient* process, int num_state);
+  Snapshot(int num_state, RemoteClient* process = &mc_model_checker->process());
   ~Snapshot() = default;
 
   /* Initialization */