X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fed4ee0e44358963b1d0c65f88b78f201b46f9f7..8390edb6b4361182e8afc6bc34aa7b8f5eba65fa:/src/simix/network_private.h diff --git a/src/simix/network_private.h b/src/simix/network_private.h index a66b5d946d..8d65b75890 100644 --- a/src/simix/network_private.h +++ b/src/simix/network_private.h @@ -38,11 +38,11 @@ smx_action_t SIMIX_comm_irecv(smx_process_t dst_proc, smx_rdv_t rdv, int (*)(void *, void *), void *data); void SIMIX_comm_destroy(smx_action_t action); void SIMIX_comm_destroy_internal_actions(smx_action_t action); -void SIMIX_pre_comm_wait(smx_req_t req); -void SIMIX_pre_comm_waitany(smx_req_t req); +void SIMIX_pre_comm_wait(smx_req_t req, int idx); +void SIMIX_pre_comm_waitany(smx_req_t req, int idx); void SIMIX_post_comm(smx_action_t action); void SIMIX_pre_comm_test(smx_req_t req); -void SIMIX_pre_comm_testany(smx_req_t req); +void SIMIX_pre_comm_testany(smx_req_t req, int idx); void SIMIX_comm_cancel(smx_action_t action); double SIMIX_comm_get_remains(smx_action_t action); e_smx_state_t SIMIX_comm_get_state(smx_action_t action);