Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "A candidate patch to Github issue #15. Three problems related to TRACE might...
authorMillian Poquet <millian.poquet@inria.fr>
Thu, 7 Jan 2016 17:47:18 +0000 (18:47 +0100)
committerMillian Poquet <millian.poquet@inria.fr>
Thu, 7 Jan 2016 17:47:18 +0000 (18:47 +0100)
This reverts commit 58a9c67822f4640964044ec485426d090bcb123f.

src/msg/msg_process.cpp

index e0681b1..2791dcb 100644 (file)
@@ -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 */
 
   /* 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);
                            argc, argv, properties,0);
 
   TRACE_msg_process_create(name, SIMIX_process_get_PID(process), host);