X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4340c977641036e7aa8ae5dcb69ccb3cac1df3c5..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/src/mc/mc_memory_map.h diff --git a/src/mc/mc_memory_map.h b/src/mc/mc_memory_map.h index 21f2bdd44f..786085486c 100644 --- a/src/mc/mc_memory_map.h +++ b/src/mc/mc_memory_map.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,8 +14,10 @@ #include +#include + #include -#include "mc_forward.h" +#include "mc_forward.hpp" namespace simgrid { namespace mc { @@ -32,15 +34,15 @@ struct VmMap { std::string pathname; /* Path name of the mapped file */ }; -std::vector get_memory_map(pid_t pid); +XBT_PRIVATE std::vector get_memory_map(pid_t pid); } } extern "C" { -XBT_INTERNAL void MC_find_object_address( - std::vector const& maps, mc_object_info_t result); +XBT_PRIVATE void MC_find_object_address( + std::vector const& maps, simgrid::mc::ObjectInformation* result); }