]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_interface.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the doc of the MC reduction technics
[simgrid.git] / src / surf / network_interface.hpp
index 79103fdc16a8e1eb6eec171a4eccc30f7048641e..d112d2be2e41a379489ab922798fb5bc56d0f63d 100644 (file)
@@ -48,7 +48,7 @@ public:
    * @param latency The initial latency of the Link in seconds
    * @param policy The sharing policy of the Link
    */
-  virtual LinkImpl* create_link(const std::string& name, double bandwidth, double latency,
+  virtual LinkImpl* create_link(const std::string& name, const std::vector<double>& bandwidths, double latency,
                                 s4u::Link::SharingPolicy policy) = 0;
 
   /**