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

Public GIT Repository
Prefer std::string for C++ API.
[simgrid.git] / src / mc / inspect / ObjectInformation.hpp
index 93fe918a44720e50e2ecd893f725131252b6cd61..92de05d3ef7dd54dfd364079c528e6d743500d34 100644 (file)
@@ -51,7 +51,7 @@ class ObjectInformation {
 public:
   ObjectInformation() = default;
 
-  // Not copyable:
+  // Not copiable:
   ObjectInformation(ObjectInformation const&) = delete;
   ObjectInformation& operator=(ObjectInformation const&) = delete;
 
@@ -156,8 +156,8 @@ public:
 XBT_PRIVATE std::shared_ptr<ObjectInformation> createObjectInformation(std::vector<simgrid::xbt::VmMap> const& maps,
                                                                        const char* name);
 
-/** Augment the current module with informations about the other ones */
-XBT_PRIVATE void postProcessObjectInformation(const simgrid::mc::RemoteClientMemory* process,
+/** Augment the current module with information about the other ones */
+XBT_PRIVATE void postProcessObjectInformation(const simgrid::mc::RemoteSimulation* process,
                                               simgrid::mc::ObjectInformation* info);
 } // namespace mc
 } // namespace simgrid