X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/423d3ad610d6a1e0587b42fd7d2a7a9959af778d..2cbb80e4efe5bef8a6d6d8a14f7a35729421e21c:/src/s4u/s4u_comm.cpp diff --git a/src/s4u/s4u_comm.cpp b/src/s4u/s4u_comm.cpp index 95a5a8712d..abc76c9fc1 100644 --- a/src/s4u/s4u_comm.cpp +++ b/src/s4u/s4u_comm.cpp @@ -165,7 +165,7 @@ bool Comm::test() return false; } -MailboxPtr Comm::mailbox() +MailboxPtr Comm::getMailbox() { return mailbox_; }