X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23a2059333732be618364bbd4bb149e3b1f7c112..cc5c4029e1b3601786e6373815f7f8b1ec2717b1:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index e3a67786d0..8eefa976c3 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -206,6 +206,7 @@ extern xbt_dict_t trivaNodeTypes; extern xbt_dict_t trivaEdgeTypes; container_t newContainer (const char *name, e_container_types kind, container_t father); container_t getContainer (const char *name); +int knownContainerWithName (const char *name); container_t getContainerByName (const char *name); char *getContainerIdByName (const char *name); char *getVariableTypeIdByName (const char *name, type_t father); @@ -229,6 +230,7 @@ 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); +xbt_graph_t instr_routing_platform_graph (void); #endif /* HAVE_TRACING */