Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add option to configure the factors used for IB model
[simgrid.git] / src / surf / network_ib.hpp
index 8adaf4a..7328b97 100644 (file)
@@ -46,6 +46,10 @@ public:
   
   xbt_dict_t active_nodes;
   std::map<NetworkActionPtr , std::pair<IBNode*,IBNode*> > active_comms;
+  
+  double Bs;
+  double Be;
+  double ys;
 
 };