Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] categories may have colors registered in the trace file
[simgrid.git] / examples / msg / tracing / procmig.c
index 2a22680..edd2945 100644 (file)
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
               argv[0]);
     exit(1);
   }
-  TRACE_category("emigrant");
+  TRACE_category_with_color ("emigrant", "1 0 0");
 
   /* Simulation setting */
   MSG_create_environment(argv[1]);