X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d39c53eaa87539adf05ff7716f909d43e689124c..0358b2afff91122d7760953b208c84e22bf1d71c:/src/surf/workstation.cpp diff --git a/src/surf/workstation.cpp b/src/surf/workstation.cpp index ea90f8b98b..ff9c71a390 100644 --- a/src/surf/workstation.cpp +++ b/src/surf/workstation.cpp @@ -376,6 +376,10 @@ xbt_dynar_t WorkstationCLM03::getInfo( surf_file_t fd) return info; } +sg_size_t WorkstationCLM03::fileTell(surf_file_t fd){ + return fd->current_position; +} + sg_size_t WorkstationCLM03::getFreeSize(const char* name) { StoragePtr st = findStorageOnMountList(name);