X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/642bd255bc2ae9195c956807f6061246f6cb0f65..3406010cd31d6455d8ab9f96b312920dac884062:/src/instr/instr_interface.c diff --git a/src/instr/instr_interface.c b/src/instr/instr_interface.c index 33c122b491..f409086d80 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -160,4 +160,9 @@ xbt_graph_t TRACE_platform_graph (void) return instr_routing_platform_graph (); } +void TRACE_platform_graph_export_graphviz (xbt_graph_t g, const char *filename) +{ + instr_routing_platform_graph_export_graphviz (g, filename); +} + #endif /* HAVE_TRACING */