Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[ENERGY] Add new hook to fix issue with communication calls
[simgrid.git] / src / instr / instr_private.hpp
index 1fc86db..31b08e7 100644 (file)
@@ -258,7 +258,7 @@ XBT_PUBLIC bool TRACE_smpi_is_sleeping();
 XBT_PUBLIC bool TRACE_smpi_view_internals();
 
 XBT_PRIVATE void TRACE_surf_resource_set_utilization(const char* type, const char* name, const char* resource,
-                                                     const char* category, double value, double now, double delta);
+                                                     std::string category, double value, double now, double delta);
 
 /* instr_paje.c */
 extern XBT_PRIVATE std::set<std::string> trivaNodeTypes;