Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate host_get_mounted_storage_list
[simgrid.git] / include / simgrid / comm.h
index ea808a9..e3b3cd1 100644 (file)
@@ -12,7 +12,8 @@
 /* C interface */
 SG_BEGIN_DECL
 
-XBT_PUBLIC int sg_comm_wait_any_for(const xbt_dynar_t comms, double timeout);
+XBT_PUBLIC int sg_comm_wait_any_for(sg_comm_t* comms, size_t count, double timeout);
+XBT_PUBLIC int sg_comm_wait_any(sg_comm_t* comms, size_t count);
 
 SG_END_DECL