Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Make sure pstate is never smaller than minimum
[simgrid.git] / include / xbt / backtrace.hpp
index 754bd5fb2205940ce4e1ead41f3db246976b8816..ae378b7216b927fc615962c624e73b16346ccb38 100644 (file)
@@ -29,7 +29,8 @@ XBT_PUBLIC std::vector<xbt_backtrace_location_t> backtrace();
  *
  *  Try ro resolve symbols and source code location.
  */
-XBT_PUBLIC std::vector<std::string> resolveBacktrace(xbt_backtrace_location_t const* loc, std::size_t count);
+XBT_PUBLIC std::vector<std::string> resolve_backtrace(xbt_backtrace_location_t const* loc, std::size_t count);
+XBT_ATTRIB_DEPRECATED_v323("Please use xbt::resolve_backtrace()") XBT_PUBLIC std::vector<std::string> resolveBacktrace(xbt_backtrace_location_t const* loc, std::size_t count);
 }
 }