X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd258c3515ea40e87b56705c9b35a9bb86547a23..5d71ff352093c45c115ab45ca55b1b91cedcd2b5:/src/surf/xml/platf.hpp diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index 4160d869a2..35d4bca6a0 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -24,6 +24,8 @@ XBT_PUBLIC int surf_parse_get_int(const std::string& s); XBT_PUBLIC double surf_parse_get_time(const char* string, const char* entity_kind, const std::string& name); XBT_PUBLIC double surf_parse_get_size(const char* string, const char* entity_kind, const std::string& name); XBT_PUBLIC double surf_parse_get_bandwidth(const char* string, const char* entity_kind, const std::string& name); +XBT_PUBLIC std::vector surf_parse_get_bandwidths(const char* string, const char* entity_kind, + const std::string& name); XBT_PUBLIC double surf_parse_get_speed(const char* string, const char* entity_kind, const std::string& name); XBT_PUBLIC int surf_parse(); /* Entry-point to the parser */