X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..9fb4cfa01d427fa144e8daabab7e853520e4dbf6:/src/surf/network_smpi.hpp diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index a27ef04fb9..6d7bd4462a 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -11,7 +11,6 @@ ***********/ class NetworkSmpiModel; -typedef NetworkSmpiModel *NetworkSmpiModelPtr; /********* * Tools * @@ -26,8 +25,8 @@ public: NetworkSmpiModel(); ~NetworkSmpiModel(); - void gapAppend(double size, const NetworkLinkPtr link, NetworkActionPtr action); - void gapRemove(ActionPtr action); + void gapAppend(double size, Link* link, NetworkAction *action); + void gapRemove(Action *action); double latencyFactor(double size); double bandwidthFactor(double size); double bandwidthConstraint(double rate, double bound, double size);