X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d468bfe9e511204a05ddff628f356b8966963e55..7ba9ddb2180684b3fe1ab8e70b854d3f8558d8dc:/src/s4u/s4u_mailbox.cpp diff --git a/src/s4u/s4u_mailbox.cpp b/src/s4u/s4u_mailbox.cpp index ea2a10893e..d6b0d967ee 100644 --- a/src/s4u/s4u_mailbox.cpp +++ b/src/s4u/s4u_mailbox.cpp @@ -17,7 +17,7 @@ namespace simgrid { namespace s4u { const char *Mailbox::name() { - return pimpl_->name; + return pimpl_->name_; } MailboxPtr Mailbox::byName(const char*name)