Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tend to the google coding standards in all S4U API
[simgrid.git] / src / s4u / s4u_comm.cpp
index 95a5a87..abc76c9 100644 (file)
@@ -165,7 +165,7 @@ bool Comm::test()
   return false;
 }
 
-MailboxPtr Comm::mailbox()
+MailboxPtr Comm::getMailbox()
 {
   return mailbox_;
 }