X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94974c282c6e6d096238716853bb053330170d76..633f3ab4f0f29940ea9759bfe3dc4f8ec37595e8:/src/simix/smx_io_private.h diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index a998ce1323..ec2fa34fe5 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -10,7 +10,7 @@ #include "simix/datatypes.h" #include "smx_smurf_private.h" -void SIMIX_pre_file_read(smx_req_t req); +void SIMIX_pre_file_read(smx_simcall_t simcall); smx_action_t SIMIX_file_read(smx_process_t process, char* name); void SIMIX_post_io(smx_action_t action); void SIMIX_io_destroy(smx_action_t action);