X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/960626aa0b2164f44aa72bde8a8ac73a618a2afa..4ce3fe4a9e76bb35438bd25d0f4f24bd05255840:/src/simix/SynchroComm.hpp diff --git a/src/simix/SynchroComm.hpp b/src/simix/SynchroComm.hpp index 2a2f6615d2..bdcc41e6a2 100644 --- a/src/simix/SynchroComm.hpp +++ b/src/simix/SynchroComm.hpp @@ -25,6 +25,7 @@ namespace simix { void suspend(); void resume(); void cancel(); + double remains(); e_smx_comm_type_t type; /* Type of the communication (SIMIX_COMM_SEND or SIMIX_COMM_RECEIVE) */ smx_mailbox_t mbox = nullptr; /* Rendez-vous where the comm is queued */