Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor simplification in CM02::communicate
[simgrid.git] / src / surf / network_cm02.hpp
index 390e3b5..172a267 100644 (file)
@@ -44,7 +44,7 @@ class NetworkCm02Model : public NetworkModel {
   /** @brief Set communication bounds for latency and bandwidth */
   void comm_action_set_bounds(const s4u::Host* src, const s4u::Host* dst, double size, NetworkCm02Action* action,
                               const std::vector<LinkImpl*>& route,
-                              const std::unordered_set<kernel::routing::NetZoneImpl*>& netzones);
+                              const std::unordered_set<kernel::routing::NetZoneImpl*>& netzones, double rate);
   /** @brief Create maxmin variable in communication action */
   void comm_action_set_variable(NetworkCm02Action* action, const std::vector<LinkImpl*>& route,
                                 const std::vector<LinkImpl*>& back_route);