X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f233a6d6c7d459205695d95e840063beba932147..954676b700e711f38ec4d286d33d5427d3f4ca46:/src/mc/mc_memory_map.h diff --git a/src/mc/mc_memory_map.h b/src/mc/mc_memory_map.h index 27844ada08..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 @@ -34,14 +34,14 @@ 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( +XBT_PRIVATE void MC_find_object_address( std::vector const& maps, simgrid::mc::ObjectInformation* result); }