X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7512e5156110bb8ee68adcb64b1da833528412b5..110e47361a8903da943770a74b291e17ae30c522:/src/instr/instr_private.hpp diff --git a/src/instr/instr_private.hpp b/src/instr/instr_private.hpp index 41f04678ba..59a9e6e992 100644 --- a/src/instr/instr_private.hpp +++ b/src/instr/instr_private.hpp @@ -265,9 +265,9 @@ XBT_PUBLIC bool TRACE_smpi_view_internals(); /* instr_paje.c */ void instr_new_variable_type(const std::string& new_typename, const std::string& color); -void instr_new_user_variable_type(const std::string& father_type, const std::string& new_typename, +void instr_new_user_variable_type(const std::string& parent_type, const std::string& new_typename, const std::string& color); -void instr_new_user_state_type(const std::string& father_type, const std::string& new_typename); +void instr_new_user_state_type(const std::string& parent_type, const std::string& new_typename); void instr_new_value_for_user_state_type(const std::string& new_typename, const char* value, const std::string& color); XBT_PRIVATE void TRACE_help();