Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comments
authorPierre Veyre <pierre.veyre@cc.in2p3.fr>
Mon, 10 Mar 2014 10:53:54 +0000 (11:53 +0100)
committerPierre Veyre <pierre.veyre@cc.in2p3.fr>
Mon, 10 Mar 2014 10:53:54 +0000 (11:53 +0100)
src/msg/msg_host.c
src/surf/workstation_interface.hpp

index 65fc9b6..00e126c 100644 (file)
@@ -411,7 +411,7 @@ xbt_dict_t MSG_host_get_mounted_storage_list(msg_host_t host)
 /** \ingroup m_host_management
  * \brief Return the list of storages attached to an host.
  * \param host a host
 /** \ingroup m_host_management
  * \brief Return the list of storages attached to an host.
  * \param host a host
- * \return a dict containing all storages attached to the host (storage name => msg_storage_t)
+ * \return a dynar containing all storages (name) attached to the host
  */
 xbt_dynar_t MSG_host_get_attached_storage_list(msg_host_t host)
 {
  */
 xbt_dynar_t MSG_host_get_attached_storage_list(msg_host_t host)
 {
index 8adf174..3357edb 100644 (file)
@@ -249,9 +249,9 @@ public:
   virtual xbt_dict_t getMountedStorageList();
 
   /**
   virtual xbt_dict_t getMountedStorageList();
 
   /**
-   * @brief Get the xbt_dict_t of storages attached to the workstation
+   * @brief Get the xbt_dynar_t of storages attached to the workstation
    *
    *
-   * @return The xbt_dict_t of Storage
+   * @return The xbt_dynar_t of Storage names
    */
   virtual xbt_dynar_t getAttachedStorageList();
 
    */
   virtual xbt_dynar_t getAttachedStorageList();