Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] smpi types declaration updated
[simgrid.git] / src / instr / instr_private.h
index c8faa85..bd0869d 100644 (file)
@@ -18,6 +18,8 @@
 #include "simdag/private.h"
 #include "simix/private.h"
 
+extern xbt_dict_t created_categories;
+
 /* from paje.c */
 void TRACE_paje_create_header(void);
 void TRACE_paje_start(void);
@@ -187,6 +189,7 @@ void instr_destroy_platform (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);
+int instr_platform_traced (void);
 
 #endif /* HAVE_TRACING */
 #endif /* INSTR_PRIVATE_H_ */