X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a85fbe15d839396514cb6c2be3ea977d766d95e..2cd9e71df345af226c55aa7f1d46c8ec03828757:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 8adaf4af6d..7328b97234 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -46,6 +46,10 @@ public: xbt_dict_t active_nodes; std::map > active_comms; + + double Bs; + double Be; + double ys; };