X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deb0feb3fb83d8c2dc6c1f50999ed0fbe34a7089..12a5e400dc33bddd5a5799d5481f51cfa3c58b01:/src/mc/sosp/mc_snapshot.hpp diff --git a/src/mc/sosp/mc_snapshot.hpp b/src/mc/sosp/mc_snapshot.hpp index 147c7fa0b6..c1d09dfb28 100644 --- a/src/mc/sosp/mc_snapshot.hpp +++ b/src/mc/sosp/mc_snapshot.hpp @@ -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 */