From ac3a4c06f30f861cef2a98f12f5a5d195f922aeb Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 8 Nov 2013 21:43:09 +0100 Subject: [PATCH] error during modification --- src/simix/smx_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1