Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename runtime option 'tracing/msg/process' to 'tracing/actor'.
[simgrid.git] / src / instr / instr_config.cpp
index cf95509..11dce17 100644 (file)
@@ -37,7 +37,8 @@ static simgrid::config::Flag<bool> trace_enabled{
     "tracing", "Enable the tracing system. You have to enable this option to use other tracing options.", false};
 
 static simgrid::config::Flag<bool> trace_actor_enabled{
-    "tracing/msg/process", // FIXME rename this flag
+    "tracing/actor",
+    {"tracing/msg/process"}, // XBT_ATTRIB_DEPRECATED_v330(option alias)
     "Trace the behavior of all categorized actors, grouping them by host. "
     "Can be used to track actor location if the simulator does actor migration.",
     false};