From b566d8ba39fa7d5a0f3e85ac3625be1c10a7f2f0 Mon Sep 17 00:00:00 2001 From: Millian Poquet Date: Thu, 7 Jan 2016 18:47:18 +0100 Subject: [PATCH 1/1] Revert "A candidate patch to Github issue #15. Three problems related to TRACE might be corrected by this patch." This reverts commit 58a9c67822f4640964044ec485426d090bcb123f. --- src/msg/msg_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1