X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/500e14f7b5d03b0052b61cbfc528edff6ed44798..84733adf13f6e36f5861ddd1953e4df97ef2be78:/src/instr/instr_interface.cpp?ds=sidebyside diff --git a/src/instr/instr_interface.cpp b/src/instr/instr_interface.cpp index 62ca5c1a8f..6a1cf3eb5f 100644 --- a/src/instr/instr_interface.cpp +++ b/src/instr/instr_interface.cpp @@ -948,8 +948,8 @@ void TRACE_host_set_state(const char* host, const char* state_name, const char* * Change a user state previously declared by pushing the new value to the state. * * \param host The name of the host to be considered. - * \param state The name of the state previously declared. - * \param value The value to be pushed. + * \param state_name The name of the state previously declared. + * \param value_name The value to be pushed. * * \see TRACE_host_state_declare, TRACE_host_set_state, TRACE_host_pop_state, TRACE_host_reset_state */ @@ -964,7 +964,7 @@ void TRACE_host_push_state(const char* host, const char* state_name, const char* * Change a user state previously declared by removing the last value of the state. * * \param host The name of the host to be considered. - * \param state The name of the state to be popped. + * \param state_name The name of the state to be popped. * * \see TRACE_host_state_declare, TRACE_host_set_state, TRACE_host_push_state, TRACE_host_reset_state */