Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
error during modification
authorsuter <frederic.suter@cc.in2p3.fr>
Fri, 8 Nov 2013 20:43:09 +0000 (21:43 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 13 Nov 2013 12:18:14 +0000 (13:18 +0100)
src/simix/smx_io.c

index 6755bba..ee36fa4 100644 (file)
@@ -307,7 +307,7 @@ void SIMIX_pre_storage_file_rename(smx_simcall_t simcall, smx_storage_t storage,
 
 void SIMIX_storage_file_rename(smx_process_t process, smx_storage_t storage, const char* src, const char* dest)
 {
 
 void SIMIX_storage_file_rename(smx_process_t process, smx_storage_t storage, const char* src, const char* dest)
 {
-  return  surf_workstation_model->extension.storage.rename(storage, src, dest);
+  return  surf_storage_model->extension.storage.rename(storage, src, dest);
 }
 
 sg_storage_size_t SIMIX_pre_storage_get_free_size(smx_simcall_t simcall, const char* name)
 }
 
 sg_storage_size_t SIMIX_pre_storage_get_free_size(smx_simcall_t simcall, const char* name)