Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make isend return a ref on the created Comm
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 2196ead..61402c7 100644 (file)
@@ -306,7 +306,7 @@ namespace this_actor {
   */
   XBT_PUBLIC(void) send(MailboxPtr chan, void* payload, double simulatedSize);
 
-  XBT_PUBLIC(void) isend(MailboxPtr chan, void* payload, double simulatedSize);
+  XBT_PUBLIC(Comm&) isend(MailboxPtr chan, void* payload, double simulatedSize);
 
   /** @brief Returns the PID of the current actor. */
   XBT_PUBLIC(int) pid();