Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX refactoring: replace 'request' by a more precise term: 'simcall'
[simgrid.git] / src / simix / smx_io_private.h
index a998ce1..ec2fa34 100644 (file)
@@ -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);