X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/147c6ddb0ef15431612696ddad04edec6378ca2a..62007d7dddbb53bd7cccea92f22e8a07d7af6022:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index 2a996e88ea..f188f0a774 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -117,10 +117,6 @@ void TRACE_msg_process_sleep_in(m_process_t process); //called from msg/gos.c void TRACE_msg_process_sleep_out(m_process_t process); void TRACE_msg_process_end(m_process_t process); -/* declaration of instrumentation functions from msg_volume.c */ -void TRACE_msg_volume_start(m_task_t task); -void TRACE_msg_volume_finish(m_task_t task); - /* from smx.c */ void TRACE_smx_host_execute(smx_action_t act); void TRACE_smx_action_communicate(smx_action_t act, smx_process_t proc); @@ -168,7 +164,6 @@ int TRACE_categorized (void); int TRACE_uncategorized (void); int TRACE_msg_task_is_enabled(void); int TRACE_msg_process_is_enabled(void); -int TRACE_msg_volume_is_enabled(void); int TRACE_buffer (void); int TRACE_onelink_only (void); char *TRACE_get_filename(void);