Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
big fat warning to avoid an issue that Lionel encountered
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 5 Jun 2013 17:55:24 +0000 (19:55 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 5 Jun 2013 17:55:24 +0000 (19:55 +0200)
src/msg/msg_process.c

index 097cfaa..be51825 100644 (file)
@@ -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.