X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a243b4c3535f516d05259cac06963c422d4aadc0..6aef63b1290da4be0e1e1d4ae05907d0d6884a2e:/src/surf/workstation.hpp diff --git a/src/surf/workstation.hpp b/src/surf/workstation.hpp index d3c18ad7a2..dc871bb062 100644 --- a/src/surf/workstation.hpp +++ b/src/surf/workstation.hpp @@ -85,12 +85,12 @@ public: ActionPtr close(surf_file_t fd); int unlink(surf_file_t fd); ActionPtr ls(const char* mount, const char *path); - sg_storage_size_t getSize(surf_file_t fd); - ActionPtr read(surf_file_t fd, sg_storage_size_t size); - ActionPtr write(surf_file_t fd, sg_storage_size_t size); + sg_size_t getSize(surf_file_t fd); + ActionPtr read(surf_file_t fd, sg_size_t size); + ActionPtr write(surf_file_t fd, sg_size_t size); xbt_dynar_t getInfo( surf_file_t fd); - sg_storage_size_t getFreeSize(const char* name); - sg_storage_size_t getUsedSize(const char* name); + sg_size_t getFreeSize(const char* name); + sg_size_t getUsedSize(const char* name); bool isUsed(); //bool isShared();