X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16f843b808b321508679187eae65e1fec3cf14ee..beb4215f0e5a0719eb39da0ff8f7c8867f383570:/src/surf/workstation_interface.hpp diff --git a/src/surf/workstation_interface.hpp b/src/surf/workstation_interface.hpp index 799ee13ac9..0d50aff434 100644 --- a/src/surf/workstation_interface.hpp +++ b/src/surf/workstation_interface.hpp @@ -281,16 +281,6 @@ public: */ virtual int unlink(surf_file_t fd); - /** - * @brief List directory contents of a path - * @details [long description] - * - * @param mount [description] - * @param path The path to the directory - * @return The StorageAction corresponding to the ls action - */ - virtual ActionPtr ls(const char* mount, const char *path); - /** * @brief Get the size in bytes of the file * @@ -340,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 @@ -380,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;