Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of github.com:simgrid/simgrid
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 11 Oct 2018 20:12:41 +0000 (22:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 11 Oct 2018 20:12:41 +0000 (22:12 +0200)
1  2 
include/simgrid/host.h
include/simgrid/msg.h

@@@ -79,9 -93,16 +79,12 @@@ XBT_PUBLIC double sg_host_get_available
  
  XBT_PUBLIC int sg_host_core_count(sg_host_t host);
  
- /** @brief Return the location on which a process is running.
-  *  @return the sg_host_t corresponding to the location on which @a process is running.
 -/** @ingroup m_host_management
 - * @brief Returns the current computation load (in flops per second).
++/** @brief Returns the current computation load (in flops per second).
+  * @param host a host
   */
 -/** @ingroup m_process_management
 - * @brief Return the location on which a process is running.
 - * @return the sg_host_t corresponding to the location on which @a process is running.
 - */
+ XBT_PUBLIC double sg_host_load(sg_host_t host);
++/** @brief Return the location on which the current process is running. */
  XBT_PUBLIC sg_host_t sg_host_self();
  
  XBT_PUBLIC const char* sg_host_self_get_name();
Simple merge