]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_process.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add MSG_storages_as_dynar function
[simgrid.git] / src / msg / msg_process.c
index 097cfaa4a5b58159e3b03b9f190a32ae422d085a..be51825563738705328c9d000629fd0cb739fe92 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.