From 55317512453b1be36e24fd604617b4fef28e532f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 5 Jun 2013 19:55:24 +0200 Subject: [PATCH] big fat warning to avoid an issue that Lionel encountered --- src/msg/msg_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1