X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a16bea3df072e4a16c16bd12cf6b2f44b8b6ba5..dd49f9d0ff63334f76e12446cd8076edef85c508:/src/mc/remote/CheckerSide.hpp diff --git a/src/mc/remote/CheckerSide.hpp b/src/mc/remote/CheckerSide.hpp index 84c70d1252..d89f7121f6 100644 --- a/src/mc/remote/CheckerSide.hpp +++ b/src/mc/remote/CheckerSide.hpp @@ -57,7 +57,7 @@ public: void wait_for_requests(); /* Create a new CheckerSide by forking the currently existing one, and connect it through the master_socket */ - std::unique_ptr clone(int master_socket); + std::unique_ptr clone(int master_socket, const std::string& master_socket_name); /** Ask the application to run post-mortem analysis, and maybe to stop ASAP */ void finalize(bool terminate_asap = false);