X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4ec0a086f41795afaa1e1ea759774aca06745cf..62007d7dddbb53bd7cccea92f22e8a07d7af6022:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index bd95342ef2..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); @@ -159,6 +155,7 @@ int TRACE_end (void); void TRACE_activate (void); void TRACE_desactivate (void); int TRACE_is_active (void); +int TRACE_needs_platform (void); int TRACE_is_enabled(void); int TRACE_is_configured(void); int TRACE_smpi_is_enabled(void); @@ -167,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); @@ -227,9 +223,8 @@ void destroyAllContainers (void); /* instr_routing.c */ void instr_routing_define_callbacks (void); -void instr_new_user_variable_type (const char *new_typename, const char *color); -void instr_new_user_link_variable_type (const char *new_typename, const char *color); -void instr_new_user_host_variable_type (const char *new_typename, const char *color); +void instr_new_variable_type (const char *new_typename, const char *color); +void instr_new_user_variable_type (const char *father_type, const char *new_typename, const char *color); int instr_platform_traced (void); xbt_graph_t instr_routing_platform_graph (void); void instr_routing_platform_graph_export_graphviz (xbt_graph_t g, const char *filename);