X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b6d9ffb6542c036c34f11616ffd1861deaca9d0..81e32009b1ccfdcb8e9750d02c31c771c36cd731:/src/smpi/include/smpi_host.hpp diff --git a/src/smpi/include/smpi_host.hpp b/src/smpi/include/smpi_host.hpp index 938ee868ce..503df80ee0 100644 --- a/src/smpi/include/smpi_host.hpp +++ b/src/smpi/include/smpi_host.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -35,9 +35,9 @@ public: explicit Host(s4u::Host* ptr); - double orecv(size_t size, s4u::Host* src, s4u::Host* dst); - double osend(size_t size, s4u::Host* src, s4u::Host* dst); - double oisend(size_t size, s4u::Host* src, s4u::Host* dst); + double orecv(size_t size, s4u::Host* src, s4u::Host* dst) const; + double osend(size_t size, s4u::Host* src, s4u::Host* dst) const; + double oisend(size_t size, s4u::Host* src, s4u::Host* dst) const; }; } // namespace simgrid::smpi