#include "options.h"
#include "process.h"
#include "timer.h"
+#include "tracing.h"
#include "version.h"
namespace {
MSG_launch_application(opt::deployment_file.c_str());
}
+ // Register tracing categories
+ TRACE_category(TRACE_CAT_COMP);
+ TRACE_category(TRACE_CAT_CTRL);
+ TRACE_category(TRACE_CAT_DATA);
+
exit_status = EXIT_FAILURE_SIMU; // =====
// Launch the MSG simulation.