X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/03d87ef83eada5a3cf9aacce9e6a5dc0d169aaa3..8cb6506f65799af09c57dfea8dd68d0ee40d4507:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 2a5aeec9f5..166ce02768 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -976,8 +976,6 @@ XBT_PUBLIC(void) parse_platform_file(const char *file); /* For the trace and trace:connect tag (store their content till the end of the parsing) */ XBT_PUBLIC_DATA(xbt_dict_t) traces_set_list; -XBT_PUBLIC(double) parse_cpu_speed(const char *str_speed); - XBT_PUBLIC(xbt_dict_t) get_as_router_properties(const char* name); /* @@ -1007,7 +1005,6 @@ void instr_routing_platform_graph_export_graphviz (xbt_graph_t g, const char *fi /********** Routing **********/ void routing_AS_begin(sg_platf_AS_cbarg_t AS); void routing_AS_end(void); -surf_NetCard* routing_add_host(surf_As* as, sg_platf_host_cbarg_t host); void routing_cluster_add_backbone(void* bb); surf_As* routing_get_current();