Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cosmetics improvements
[simgrid.git] / src / simix / smx_deployment.c
index f956bce730dee9bed0effb6fddef597cbe50a4af..e8c41928f1a0e776c265540e67a69b2406689c49 100644 (file)
@@ -86,7 +86,7 @@ static void parse_process_finalize(void)
     else
       process = SIMIX_process_create(parse_argv[0], parse_code, NULL, parse_host, parse_argc, parse_argv,       /*the props */
                                      current_property_set);
-    /* verify if process has been created */
+    /* verify if process has been created (won't be the case if the host is currently dead, but that's fine) */
     if (!process) {
       xbt_free(parse_host);
       return;