From 7b3d3b33dc0178098335de33eebcc4d918be4a1e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 8 Jul 2018 10:37:22 +0200 Subject: [PATCH] continue emptying surf.hpp from symbols that should not have been made public --- src/include/surf/surf.hpp | 6 ------ src/instr/instr_private.hpp | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index a936a3b7f1..3abcc8d7bf 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -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 diff --git a/src/instr/instr_private.hpp b/src/instr/instr_private.hpp index 4bdfd3ea64..1fc86dbc29 100644 --- a/src/instr/instr_private.hpp +++ b/src/instr/instr_private.hpp @@ -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 -- 2.20.1