X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/423d3ad610d6a1e0587b42fd7d2a7a9959af778d..7a2718e5f7b23eaff7529cda8dac5d7332255171:/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_; }