X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d777265e12b0b9c5f13fecfc719474cdd214e9e..8d000a773b5ebcd411b28c31de68eeddf804e66b:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 35d321970f..52a2e56a62 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -975,19 +975,15 @@ 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_DATA(xbt_dict_t) trace_connect_list_host_avail; XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_host_speed; XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_avail; XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_bw; XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_lat; -XBT_PUBLIC(double) get_cpu_speed(const char *power); +XBT_PUBLIC(double) parse_cpu_speed(const char *str_speed); XBT_PUBLIC(xbt_dict_t) get_as_router_properties(const char* name); -int surf_get_nthreads(void); -void surf_set_nthreads(int nthreads); - /* * Returns the initial path. On Windows the initial path is * the current directory for the current process in the other