X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e1c35b1b06811a56db7b80698ec8cea723cf25a..30d60b272963b1b130ea80840af783ee9c146b97:/src/mc/ObjectInformation.hpp?ds=sidebyside diff --git a/src/mc/ObjectInformation.hpp b/src/mc/ObjectInformation.hpp index ac1fd1b2df..56f80dc0c4 100644 --- a/src/mc/ObjectInformation.hpp +++ b/src/mc/ObjectInformation.hpp @@ -9,10 +9,12 @@ #include #include +#include #include #include +#include "src/xbt/memory_map.hpp" #include "src/mc/mc_forward.h" #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); } }