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 147c7fa0b6535861c9f4e12140e58935115ff875..c1d09dfb28d55af292237bea20de733a4b19cfc8 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 */