X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd1417b0fe9f2957686b0edf42a3b3af07114232..cdd47facb2c8c0762b06830fa27789b21d3326e9:/src/mc/memory_map.cpp diff --git a/src/mc/memory_map.cpp b/src/mc/memory_map.cpp index 1aea183f30..f13f9af329 100644 --- a/src/mc/memory_map.cpp +++ b/src/mc/memory_map.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2014. The SimGrid Team. +/* Copyright (c) 2008-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,6 +10,8 @@ #include +#include + #include "mc_memory_map.h" #include "mc_private.h" @@ -23,7 +25,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_memory_map, mc, namespace simgrid { namespace mc { -std::vector get_memory_map(pid_t pid) +XBT_PRIVATE std::vector get_memory_map(pid_t pid) { /* Open the actual process's proc maps file and create the memory_map_t */ /* to be returned. */