Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move one more tracing test
[simgrid.git] / examples / msg / trace-categories / trace-categories.c
index 22d2c47..acc12b3 100644 (file)
  * (See \ref tracing_tracing_options for details)
  */
 
-#include <stdio.h>
 #include "simgrid/msg.h"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
-
 static int master(int argc, char *argv[])
 {
   long number_of_tasks = xbt_str_parse_int(argv[1], "Invalid amount of tasks: %s");