X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd258c3515ea40e87b56705c9b35a9bb86547a23..5d71ff352093c45c115ab45ca55b1b91cedcd2b5:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index e321afc296..09aaaad7fb 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -53,7 +53,7 @@ public: class LinkCreationArgs { public: std::string id; - double bandwidth = 0; + std::vector bandwidths; profile::Profile* bandwidth_trace = nullptr; double latency = 0; profile::Profile* latency_trace = nullptr;