X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a0c1d1c6f127e4a62f49e5f9131f8c450b9f3ac..fcd1f70709a193338f818adff2b3b1fa08e307ab:/src/mc/inspect/ObjectInformation.hpp diff --git a/src/mc/inspect/ObjectInformation.hpp b/src/mc/inspect/ObjectInformation.hpp index a9ed10075a..7d1dfa11dc 100644 --- a/src/mc/inspect/ObjectInformation.hpp +++ b/src/mc/inspect/ObjectInformation.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ @@ -18,8 +18,7 @@ #include "src/smpi/include/private.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { /** An entry in the functions index * @@ -164,9 +163,8 @@ XBT_PRIVATE std::shared_ptr createObjectInformation(std::vect const char* name); /** Augment the current module with information about the other ones */ -XBT_PRIVATE void postProcessObjectInformation(const simgrid::mc::RemoteProcess* process, +XBT_PRIVATE void postProcessObjectInformation(const simgrid::mc::RemoteProcessMemory* process, simgrid::mc::ObjectInformation* info); -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc #endif