Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document gras_agent_spawn
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 11:03:43 +0000 (11:03 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 11:03:43 +0000 (11:03 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8747 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
include/gras/process.h

index 8de9fc0..bd87549 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,7 +102,7 @@ SimGrid (3.5) unstable; urgency=low
 
  GRAS:
  * New function: gras_msgtype_get_name()
- * Implement gras_spawn_agent in RL too (the prototype changed a bit)
+ * Implement gras_agent_spawn in RL too (the prototype changed a bit)
  * Kill measurement sockets for now. If you rely on them, sorry. This
    release is not for you. This feature will be reintroduced in the
    future, but we cannot delay the release any further.
index cfc5fba..9077714 100644 (file)
 
 SG_BEGIN_DECL()
 
+/** \addtogroup GRAS_globals
+ * @{ */
+
+/** \brief Create a new thread */
 void gras_agent_spawn(const char *name, xbt_main_func_t code,
                       int argc, char *argv[], xbt_dict_t properties);
 
+/** }@ */
 
 /****************************************************************************/
 /* Manipulating User Data                                                   */