X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b781a81f89c29247fea9b556c4aff2bb33c1ce7a..8ba065168ee9c196181f609e3522acfbbd863f63:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 7328b97234..4c39884ac3 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014. The SimGrid Team. +/* Copyright (c) 2014-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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;