From: Martin Quinson Date: Wed, 5 Jun 2013 17:55:24 +0000 (+0200) Subject: big fat warning to avoid an issue that Lionel encountered X-Git-Tag: v3_9_90~346 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/55317512453b1be36e24fd604617b4fef28e532f?ds=inline big fat warning to avoid an issue that Lionel encountered --- diff --git a/src/msg/msg_process.c b/src/msg/msg_process.c index 097cfaa4a5..be51825563 100644 --- a/src/msg/msg_process.c +++ b/src/msg/msg_process.c @@ -146,7 +146,7 @@ msg_process_t MSG_process_create_with_arguments(const char *name, be retrieved with the function \ref MSG_process_get_data. * \param host the location where the new process is executed. * \param argc first argument passed to \a code - * \param argv second argument passed to \a code + * \param argv second argument passed to \a code. WARNING, these strings are freed by the SimGrid kernel when the process exits, so they cannot be static nor shared between several processes. * \param properties list a properties defined for this process * \see msg_process_t * \return The new corresponding object.