X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50078f18c7f2fcbe42db89adb2005e9f7d38c301..7a8cd62135619ad52e05ae1c929ef07e166e4260:/src/include/surf/trace_mgr.h diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index bfa4b22528..c9961a601b 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -23,7 +23,7 @@ XBT_PUBLIC(void) tmgr_trace_free(tmgr_trace_t trace); * \brief Free a trace event structure * * This function frees a trace_event if it can be freed, ie, if it has the free_me flag set to 1. This flag indicates whether the structure is still used somewhere or not. - * \param trace_event Trace event structure + * \param trace_event Trace event structure * \return 1 if the structure was freed, 0 otherwise */ XBT_PUBLIC(int) tmgr_trace_event_free(tmgr_trace_event_t trace_event);