X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5b66507bed01d07f72d09e96250a1cdfeaa90a4..0ffe46c97f312f9af2b6eb0c4068a84d4523fb10:/src/smpi/private.hpp diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index b0433fc3a5..cc87c97a1c 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -17,3 +17,4 @@ extern std::map location2speedup; * \brief Returns the last call location (filename, linenumber). Process-specific. */ XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(void); +XBT_PUBLIC(smpi_trace_call_location_t*) smpi_trace_get_call_location();