Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
replace our own crude code with Boost.stacktrace
[simgrid.git] / include / xbt / backtrace.hpp
index 55712c9..ff2e3f2 100644 (file)
@@ -43,11 +43,11 @@ public:
   ~Backtrace();
 };
 
-/* Translate the backtrace in a human friendly form
+/* Translate the backtrace in an human friendly form
  *
- *  Try resolve symbols and source code location.
+ *  Try resolve symbols and source code locations.
  */
-XBT_PUBLIC std::vector<std::string> resolve_backtrace(const Backtrace& bt);
+XBT_PUBLIC std::string resolve_backtrace(const Backtrace& bt);
 }
 }