Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u: implement Engine::setConfig()
[simgrid.git] / include / simgrid / s4u / Comm.hpp
index a2c71d0..369b718 100644 (file)
@@ -113,7 +113,7 @@ public:
   void cancel();
 
   /** Retrieve the mailbox on which this comm acts */
-  MailboxPtr mailbox();
+  MailboxPtr getMailbox();
 
 private:
   double rate_        = -1;