From: Christian Heinrich Date: Thu, 16 Jun 2016 14:56:10 +0000 (+0200) Subject: [SMPI] Added a \todo item for further changes. X-Git-Tag: v3_14~976^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6a374f711b364347b7adb9fa3bdf54b54e429b10 [SMPI] Added a \todo item for further changes. --- diff --git a/src/xbt/memory_map.cpp b/src/xbt/memory_map.cpp index ea282449df..825393a2b8 100644 --- a/src/xbt/memory_map.cpp +++ b/src/xbt/memory_map.cpp @@ -27,6 +27,12 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_memory_map, xbt, "Logging specific to algori namespace simgrid { namespace xbt { +/** + * \todo This function contains many cases that do not allow for a + * recovery. Currently, xbt_abort() is called but we should + * much rather die with the specific reason so that it's easier + * to find out what's going on. + */ XBT_PRIVATE std::vector get_memory_map(pid_t pid) { #ifdef __linux__