X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5d959e9e877dfa5b6caa5fd4764e15f0f075ac0..fb5e2f5efff54c1cba2814c60bd099b81ac5f091:/src/mc/explo/Exploration.hpp diff --git a/src/mc/explo/Exploration.hpp b/src/mc/explo/Exploration.hpp index 64114d4bf2..571ed19e54 100644 --- a/src/mc/explo/Exploration.hpp +++ b/src/mc/explo/Exploration.hpp @@ -60,7 +60,7 @@ public: virtual RecordTrace get_record_trace() = 0; /** Generate a textual execution trace of the simulated application */ - std::vector get_textual_trace(); + std::vector get_textual_trace(int max_elements = -1); /** Log additional information about the state of the model-checker */ virtual void log_state();