X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a75b3497803ad593515eb6815db046af3b14a2fd..d3b55c361286eaed09566c184e2017bdd2dec4c9:/src/smpi/include/smpi_host.hpp?ds=sidebyside diff --git a/src/smpi/include/smpi_host.hpp b/src/smpi/include/smpi_host.hpp index 5a006548d8..f1ff837ef3 100644 --- a/src/smpi/include/smpi_host.hpp +++ b/src/smpi/include/smpi_host.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2021. 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. */ @@ -17,18 +17,15 @@ namespace simgrid { namespace smpi { class Host { - - private: std::vector orecv_parsed_values; std::vector osend_parsed_values; std::vector oisend_parsed_values; - simgrid::s4u::Host *host = nullptr; + s4u::Host* host = nullptr; - public: - static simgrid::xbt::Extension EXTENSION_ID; +public: + static xbt::Extension EXTENSION_ID; - explicit Host(simgrid::s4u::Host *ptr); - ~Host(); + explicit Host(s4u::Host* ptr); double orecv(size_t size); double osend(size_t size);