Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Display neat exceptions backtraces
[simgrid.git] / src / msg / host.c
index b252d89..cfc43c5 100644 (file)
@@ -45,7 +45,7 @@ m_host_t __MSG_host_create(const char *name,
   simdata->process_list = xbt_fifo_new();
   /* Update global variables */
 
-  xbt_fifo_push(msg_global->host, host);
+  xbt_fifo_unshift(msg_global->host, host);
 
   PAJE_HOST_NEW(host);
 
@@ -189,7 +189,7 @@ double MSG_get_host_speed(m_host_t h)
 /** \ingroup msg_gos_functions
  * \brief Determine if a host is available.
  *
- * \param host host to test
+ * \param h host to test
  */
 int MSG_host_is_avail (m_host_t h)
 {