Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added a \todo item for further changes.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 16 Jun 2016 14:56:10 +0000 (16:56 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 17 Jun 2016 09:27:40 +0000 (11:27 +0200)
src/xbt/memory_map.cpp

index ea28244..825393a 100644 (file)
@@ -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<VmMap> get_memory_map(pid_t pid)
 {
 #ifdef __linux__