X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/873fe7743b2a9f2eddc53ed3383bdd74bb3fe226..324f5f6d1ff9d97894561e04693fe4fb76a573d7:/src/mc/Session.hpp diff --git a/src/mc/Session.hpp b/src/mc/Session.hpp index 47c10e7c17..f53d94816f 100644 --- a/src/mc/Session.hpp +++ b/src/mc/Session.hpp @@ -64,6 +64,9 @@ public: // static constructors static Session* spawnvp(const char *path, char *const argv[]); }; +// Temporary +extern simgrid::mc::Session* session; + } }