Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New functions: Comm::sendto_{init,async}
[simgrid.git] / include / simgrid / s4u / Host.hpp
index c6691d7..d8b4d43 100644 (file)
@@ -173,7 +173,7 @@ public:
    * There is really no limit on the hosts involved. In particular, the actor does not have to be on one of the involved
    * hosts.
    */
-  ActivityPtr sendto_async(Host* dest, double byte_amount);
+  CommPtr sendto_async(Host* dest, double byte_amount);
 
 #ifndef DOXYGEN
   XBT_ATTRIB_DEPRECATED_v330("Please use Host::sendto()") void send_to(Host* dest, double byte_amount)