Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue emptying surf.hpp from symbols that should not have been made public
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 8 Jul 2018 08:37:22 +0000 (10:37 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 8 Jul 2018 08:37:22 +0000 (10:37 +0200)
src/include/surf/surf.hpp
src/instr/instr_private.hpp

index a936a3b..3abcc8d 100644 (file)
@@ -129,10 +129,4 @@ XBT_PUBLIC void surf_exit();
 /* surf parse file related (public because called from a test suite) */
 XBT_PUBLIC void parse_platform_file(const char* file);
 
-/********** Tracing **********/
-
-/* instr_routing.c */
-xbt_graph_t instr_routing_platform_graph();
-void instr_routing_platform_graph_export_graphviz(xbt_graph_t g, const char* filename);
-
 #endif
index 4bdfd3e..1fc86db 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