Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More cleanups in simix and friends. Do not request users to pass a cleanup function...
[simgrid.git] / src / gras / Virtu / sg_process.c
index 6f09110..f985c86 100644 (file)
@@ -24,8 +24,7 @@ void gras_agent_spawn(const char *name, void *data,
    SIMIX_process_create(name, code,
                        data,
                        gras_os_myname(), 
-                       argc, argv,
-                       /* no cleanup, thx, users will call gras_exit() */NULL);
+                       argc, argv);
 }
 
 /* **************************************************************************