X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d57457e88961fcb4f30d180795e0a4862a35bb0e..b51da37243dc16575499f4cb7729fe8bdd7fa514:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index dbef0797a4..476dd575b8 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -72,7 +72,7 @@ void comm_send(smx_process_t sender, smx_mailbox_t mbox, double task_si smx_synchro_t comm_isend(smx_process_t sender, smx_mailbox_t mbox, double task_size, double rate, void* src_buff, size_t src_buff_size, simix_match_func_t match_fun, simix_clean_func_t clean_fun, simix_copy_data_func_t copy_data_fun, void* data, int detached); void comm_recv(smx_process_t receiver, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size, simix_match_func_t match_fun, simix_copy_data_func_t copy_data_fun, void* data, double timeout, double rate) [[block]]; smx_synchro_t comm_irecv(smx_process_t receiver, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size, simix_match_func_t match_fun, simix_copy_data_func_t copy_data_fun, void* data, double rate); -int comm_waitany(xbt_dynar_t comms) [[block]]; +int comm_waitany(xbt_dynar_t comms, double timeout) [[block]]; void comm_wait(smx_synchro_t comm, double timeout) [[block]]; int comm_test(smx_synchro_t comm) [[block]]; int comm_testany(smx_synchro_t* comms, size_t count) [[block]];