X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6699370d7de47422c60b0a6c2f2d30dad680dfca..2fe56becb7b12edd78788a83dbc1d3e1d85d9dbc:/include/simgrid/s4u/comm.hpp diff --git a/include/simgrid/s4u/comm.hpp b/include/simgrid/s4u/comm.hpp index 47c7332c91..2929750de8 100644 --- a/include/simgrid/s4u/comm.hpp +++ b/include/simgrid/s4u/comm.hpp @@ -56,6 +56,8 @@ public: /** Retrieve the size of the received data */ size_t getDstDataSize(); + bool test(); + private: double rate_ = -1;