]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/inspect/ObjectInformation.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make smpif90 support SMPI_NO_UNDEFINED_CHECK too.
[simgrid.git] / src / mc / inspect / ObjectInformation.hpp
index 0e3a3941f0197d71910774e9ca4517870463c187..9903b530d87bf0263064cb70e494de2488665e24 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2020. 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. */
@@ -157,7 +157,8 @@ XBT_PRIVATE std::shared_ptr<ObjectInformation> createObjectInformation(std::vect
                                                                        const char* name);
 
 /** Augment the current module with informations about the other ones */
-XBT_PRIVATE void postProcessObjectInformation(simgrid::mc::RemoteClient* process, simgrid::mc::ObjectInformation* info);
+XBT_PRIVATE void postProcessObjectInformation(const simgrid::mc::RemoteSimulation* process,
+                                              simgrid::mc::ObjectInformation* info);
 } // namespace mc
 } // namespace simgrid