X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/994e6bf731e85a8f289886b542b7ec98f229a295..20bb321a5cf8f244e33b5562b9dd1d8fb5d4864a:/src/surf/workstation_interface.hpp diff --git a/src/surf/workstation_interface.hpp b/src/surf/workstation_interface.hpp index da9e455ad6..0d50aff434 100644 --- a/src/surf/workstation_interface.hpp +++ b/src/surf/workstation_interface.hpp @@ -330,23 +330,7 @@ public: virtual sg_size_t fileTell(surf_file_t fd); /** - * @brief Get the available space of the storage at the mount point - * - * @param name The mount point - * @return The amount of availble space in bytes - */ - virtual sg_size_t getFreeSize(const char* name); - - /** - * @brief Get the used space of the storage at the mount point - * - * @param name The mount point - * @return The amount of used space in bytes - */ - virtual sg_size_t getUsedSize(const char* name); - - /** - * @brief Set the position indictator assiociated with the file descriptor to a new position + * @brief Set the position indicator associated with the file descriptor to a new position * @details [long description] * * @param fd The file descriptor @@ -370,17 +354,6 @@ public: */ virtual int fileMove(surf_file_t fd, const char* fullpath); - /** - * @brief Copy a file to another location on a remote host. - * @details [long description] - * - * @param fd The file descriptor - * @param host_dest The worstation destination - * @param fullpath The new full path - * @return MSG_OK if successful, otherwise MSG_TASK_CANCELED - */ - virtual int fileRcopy(surf_file_t fd, surf_resource_t host_dest, const char* fullpath); - xbt_dynar_t p_storage; RoutingEdgePtr p_netElm; CpuPtr p_cpu;