X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a81042302529a074ad772ad14d7e4e51bc04a3fd..f4af50b182ee0b683c2928eae98e31dbe7fd0f3e:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 1e189ef9bb..336a532a84 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -7,15 +7,9 @@ #ifndef _SURF_SURF_PRIVATE_H #define _SURF_SURF_PRIVATE_H -#include - #include "surf/surf.h" #include "surf/maxmin.h" -#include "xbt/log.h" #include "src/surf/trace_mgr.hpp" -#include "src/instr/instr_private.h" -#include "surf/surfxml_parse_values.h" -#include "src/surf/xml/platf_private.hpp" #define NO_MAX_DURATION -1.0 @@ -65,7 +59,6 @@ XBT_PUBLIC(void) routing_exit(void); XBT_PUBLIC(void) storage_register_callbacks(void); XBT_PUBLIC(void) routing_register_callbacks(void); -XBT_PUBLIC(void) routing_route_free(sg_platf_route_cbarg_t route); // FIXME: make previous function private to routing again? XBT_PUBLIC(void) generic_get_graph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges, AS_t rc); XBT_PRIVATE void parse_after_config(void); @@ -75,13 +68,6 @@ XBT_PRIVATE void parse_after_config(void); void TRACE_surf_host_set_speed(double date, const char *resource, double power); void TRACE_surf_link_set_bandwidth(double date, const char *resource, double bandwidth); -/********** Instr. **********/ - -XBT_PRIVATE void sg_instr_AS_begin(sg_platf_AS_cbarg_t AS); -XBT_PRIVATE void sg_instr_new_router(sg_platf_router_cbarg_t router); -XBT_PRIVATE void sg_instr_new_host(sg_platf_host_cbarg_t host); -XBT_PRIVATE void sg_instr_AS_end(void); - SG_END_DECL() #endif /* _SURF_SURF_PRIVATE_H */