X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fa053f89a0b5f34a050f4790925d9d63ac11073..ebc355d0c96552d0bc2aa301d90723490337bca3:/src/surf/network_smpi.hpp diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index 01ff44d025..e92f7848d3 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2017. 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