Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please opensuse
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Tue, 11 Jan 2022 17:48:23 +0000 (18:48 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Tue, 11 Jan 2022 17:48:23 +0000 (18:48 +0100)
src/instr/instr_interface.cpp

index 9c8da06..57f0edf 100644 (file)
@@ -400,11 +400,11 @@ int TRACE_platform_graph_export_graphviz(const char* filename) // XBT_ATTRIB_DEP
 
 void TRACE_vm_variable_declare(const char* variable) // XBT_ATTRIB_DEPRECATED_v333
 {
-  instr_user_variable(0, nullptr, variable, "VM", 0, InstrUserVariable::DECLARE, "", &user_vm_variables);
+  instr_user_variable(0, "", variable, "VM", 0, InstrUserVariable::DECLARE, "", &user_vm_variables);
 }
 void TRACE_vm_variable_declare_with_color(const char* variable, const char* color) // XBT_ATTRIB_DEPRECATED_v333
 {
-  instr_user_variable(0, nullptr, variable, "VM", 0, InstrUserVariable::DECLARE, color, &user_vm_variables);
+  instr_user_variable(0, "", variable, "VM", 0, InstrUserVariable::DECLARE, color, &user_vm_variables);
 }
 
 void TRACE_vm_variable_set(const char* vm, const char* variable, double value) // XBT_ATTRIB_DEPRECATED_v333