X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..3b0eb000cc9a95b0139dd2c6eddb66bc87345013:/src/surf/network_smpi.hpp diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index a012635e5a..e92f7848d3 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2018. The SimGrid Team. +/* Copyright (c) 2013-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -17,9 +17,9 @@ public: NetworkSmpiModel(); ~NetworkSmpiModel(); - double latencyFactor(double size); - double bandwidthFactor(double size); - double bandwidthConstraint(double rate, double bound, double size); + double get_latency_factor(double size); + double get_bandwidth_factor(double size); + double get_bandwidth_constraint(double rate, double bound, double size); }; } // namespace resource } // namespace kernel