X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac71236c9e7f701eaf63fad82567b52c0351bb9a..db3df03114cb65a9c27c2c1dfd6faf964b571254:/src/mc/remote/Client.cpp?ds=sidebyside diff --git a/src/mc/remote/Client.cpp b/src/mc/remote/Client.cpp index ada56e0be0..d357a29ad7 100644 --- a/src/mc/remote/Client.cpp +++ b/src/mc/remote/Client.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include #include @@ -184,6 +185,7 @@ void Client::mainLoop() simgrid::mc::wait_for_requests(); xbt_assert(channel_.send(MC_MESSAGE_WAITING) == 0, "Could not send WAITING message to model-checker"); this->handleMessages(); + coverage_checkpoint(); } }