Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to avoid that others fall into the trap where I was yesterday
[simgrid.git] / src / s4u / s4u_actor.cpp
index 570c181..96ec075 100644 (file)
@@ -204,7 +204,7 @@ Comm& isend(MailboxPtr chan, void* payload, double simulatedSize)
   return Comm::send_async(chan, payload, simulatedSize);
 }
 
-Comm& isend(MailboxPtr chan, void** data)
+Comm& irecv(MailboxPtr chan, void** data)
 {
   return Comm::recv_async(chan, data);
 }