Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue emptying surf.hpp from symbols that should not have been made public
[simgrid.git] / src / instr / instr_private.hpp
index 4bdfd3ea64a1067d2646ab64a809918d6845bdde..1fc86dbc29a5e2e4b64462d727e6ad2abdaecb1a 100644 (file)
@@ -279,4 +279,8 @@ XBT_PRIVATE void dump_comment(std::string comment);
 
 XBT_PRIVATE std::string TRACE_get_filename();
 
+/* instr_platform */
+xbt_graph_t instr_routing_platform_graph();
+void instr_routing_platform_graph_export_graphviz(xbt_graph_t g, const char* filename);
+
 #endif