From db18c5c3081a25437cf28dac2b08467c4110a3ea Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 30 Nov 2010 11:03:43 +0000 Subject: [PATCH] document gras_agent_spawn git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8747 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 2 +- include/gras/process.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8de9fc0e73..bd87549fab 100644 --- 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. diff --git a/include/gras/process.h b/include/gras/process.h index cfc5fbadc2..90777142a4 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -14,9 +14,14 @@ 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 */ -- 2.20.1