X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36246161381665fecb9a5a074b081d8d712f94e6..a1ba88402bfb88a278d2e7c849441a9ed4a26120:/src/simix/network_private.h?ds=inline diff --git a/src/simix/network_private.h b/src/simix/network_private.h index 784c7424ed..8d65b75890 100644 --- a/src/simix/network_private.h +++ b/src/simix/network_private.h @@ -38,7 +38,7 @@ 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_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);