X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9dbeb2372ad9a123d0558132ebb6e003e10aa641..b3b356352e87ae00a20f737c48e19b0c8413455a:/src/mc/mc_memory_map.h diff --git a/src/mc/mc_memory_map.h b/src/mc/mc_memory_map.h index 21f2bdd44f..1a52bff89a 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 { @@ -40,7 +42,7 @@ 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); + std::vector const& maps, simgrid::mc::ObjectInformation* result); }