Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to define _ISO_C99_SOURCE ASAP so that it's defined in time to get isfinite()
[simgrid.git] / include / instr / instr.h
index 9551dc7..250d263 100644 (file)
@@ -26,6 +26,7 @@ XBT_PUBLIC(void) TRACE_user_host_variable(double time,
                                           double value, const char *what);
 XBT_PUBLIC(const char *) TRACE_node_name (xbt_node_t node);
 XBT_PUBLIC(xbt_graph_t) TRACE_platform_graph (void);
+XBT_PUBLIC(void) TRACE_platform_graph_export_graphviz (xbt_graph_t g, const char *filename);
 XBT_PUBLIC(void) TRACE_user_link_variable(double time, const char *resource,
                               const char *variable,
                               double value, const char *what);