From: suter Date: Fri, 8 Nov 2013 20:43:09 +0000 (+0100) Subject: error during modification(cherry picked from commit ac3a4c06f30f861cef2a98f12f5a5d195... X-Git-Tag: v3_10~33 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e202a8497490716c7bb2e58656c4b79b7ee48ef0 error during modification(cherry picked from commit ac3a4c06f30f861cef2a98f12f5a5d195f922aeb) --- diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index 6755bba356..ee36fa4358 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -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) { - 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)