X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc0b6bff49507332f7978675d174aa4fa9916fc2..126597feb03d318d3d70a351ae0adff9bab8f59c:/src/mc/ObjectInformation.hpp diff --git a/src/mc/ObjectInformation.hpp b/src/mc/ObjectInformation.hpp index ac1fd1b2df..9a55d87bfc 100644 --- a/src/mc/ObjectInformation.hpp +++ b/src/mc/ObjectInformation.hpp @@ -9,11 +9,13 @@ #include #include +#include #include #include -#include "src/mc/mc_forward.h" +#include "src/xbt/memory_map.hpp" +#include "src/mc/mc_forward.hpp" #include "src/mc/Type.hpp" #include "src/mc/Frame.hpp" @@ -97,7 +99,10 @@ public: const char* name, const char* scope); }; - +XBT_PRIVATE std::shared_ptr createObjectInformation( + std::vector const& maps, const char* name); +XBT_PRIVATE void postProcessObjectInformation( + simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); } }