X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28b9e83a90c238b71d27f5cb3c6596906a3d4641..239cd16f4e95031d3a106e487c1485726069f1d7:/src/mc/api/State.hpp diff --git a/src/mc/api/State.hpp b/src/mc/api/State.hpp index 06c6c5680f..2f4407fb3a 100644 --- a/src/mc/api/State.hpp +++ b/src/mc/api/State.hpp @@ -57,8 +57,9 @@ public: /* Returns a positive number if there is another transition to pick, or -1 if not */ aid_t next_transition() const; - /* Explore a new path; the parameter must be the result of a previous call to next_transition() */ - void execute_next(aid_t next); + /* Explore a new path on the remote app; the parameter 'next' must be the result of a previous call to + * next_transition() */ + void execute_next(aid_t next, RemoteApp& app); long get_num() const { return num_; } std::size_t count_todo() const;