X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6dfbeafc01f45baadb4214d15cd0c703887d743e..7ef49c428ab0209965a09a36ab28b59789aaa4b5:/include/simgrid/s4u/Comm.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/Comm.hpp b/include/simgrid/s4u/Comm.hpp index a2c71d0a47..369b7186d0 100644 --- a/include/simgrid/s4u/Comm.hpp +++ b/include/simgrid/s4u/Comm.hpp @@ -113,7 +113,7 @@ public: void cancel(); /** Retrieve the mailbox on which this comm acts */ - MailboxPtr mailbox(); + MailboxPtr getMailbox(); private: double rate_ = -1;