Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate host_get_mounted_storage_list
[simgrid.git] / include / simgrid / comm.h
index 933cd70..e3b3cd1 100644 (file)
@@ -13,6 +13,7 @@
 SG_BEGIN_DECL
 
 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