From: Millian Poquet Date: Thu, 7 Jan 2016 17:47:18 +0000 (+0100) Subject: Revert "A candidate patch to Github issue #15. Three problems related to TRACE might... X-Git-Tag: v3_13~1315^2^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b566d8ba39fa7d5a0f3e85ac3625be1c10a7f2f0?hp=b7630a950a6b865fcc195c58e39e6c3cfa550ccb Revert "A candidate patch to Github issue #15. Three problems related to TRACE might be corrected by this patch." This reverts commit 58a9c67822f4640964044ec485426d090bcb123f. --- diff --git a/src/msg/msg_process.cpp b/src/msg/msg_process.cpp index e0681b1abd..2791dcbf1b 100644 --- a/src/msg/msg_process.cpp +++ b/src/msg/msg_process.cpp @@ -166,7 +166,7 @@ msg_process_t MSG_process_create_with_environment(const char *name, /* Let's create the process: SIMIX may decide to start it right now, * even before returning the flow control to us */ - process = simcall_process_create(name, code, simdata, sg_host_get_name(host), -1, + process = simcall_process_create(name, code, simdata, sg_host_get_name(host), -1, argc, argv, properties,0); TRACE_msg_process_create(name, SIMIX_process_get_PID(process), host);