X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb9610fbdbfac640b40d9860ef98dfaa7aab6f55..54e35ebda7e4ffacd769653b8ebb8ba93c7298bf:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 7328b97234..77e361e92c 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -15,7 +15,7 @@ class ActiveComm{ public : //IBNode* origin; IBNode* destination; - NetworkActionPtr action; + NetworkAction *action; double init_rate; ActiveComm() : destination(NULL),action(NULL),init_rate(-1){}; ~ActiveComm(){}; @@ -42,10 +42,10 @@ public: NetworkIBModel(); NetworkIBModel(const char *name); ~NetworkIBModel(); - void updateIBfactors(NetworkActionPtr action, IBNode *from, IBNode * to, int remove); + void updateIBfactors(NetworkAction *action, IBNode *from, IBNode * to, int remove); xbt_dict_t active_nodes; - std::map > active_comms; + std::map > active_comms; double Bs; double Be;