From: Frederic Suter Date: Mon, 14 May 2012 14:49:18 +0000 (+0200) Subject: SD_simulate doesn't return a NULL-terminated array since a long time now X-Git-Tag: v3_7~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/87c6fa8e89ef8aa6907f56dafffd65aae8c6019f?hp=aae7a703c6ceea5834b33c55eea5076bf87a988b SD_simulate doesn't return a NULL-terminated array since a long time now --- diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index 31ad28ecb1..4a26829905 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -204,7 +204,7 @@ void SD_create_environment(const char *platform_file) * Then you can call SD_simulate() again. * * \param how_long maximum duration of the simulation (a negative value means no time limit) - * \return a NULL-terminated array of \ref SD_task_t whose state has changed. + * \return a dynar of \ref SD_task_t whose state has changed. * \see SD_task_schedule(), SD_task_watch() */