X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0983afc2177fdd196cd4a9d0945d842dc5351abd..ae7fb8c4744e6ada32f137582bac20dc358d6bcd:/include/simgrid/s4u/comm.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/comm.hpp b/include/simgrid/s4u/comm.hpp index bf0f7cb675..94b74cb326 100644 --- a/include/simgrid/s4u/comm.hpp +++ b/include/simgrid/s4u/comm.hpp @@ -32,7 +32,7 @@ public: /** Creates (but don't start) an async recv onto the mailbox #from */ static Comm &recv_init(s4u::Actor *receiver, Mailbox &from); /** Creates and start an async recv to the mailbox #from */ - //static Comm &recv_async(Mailbox &from, void *data); + static Comm &recv_async(s4u::Actor *receiver, Mailbox &from, void **data); void start() override; void wait() override;