X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed511a15702f5a82f740888d43348bc1c7e07205..1f7474b9bb0f7838d0fc775e65608933f82724ca:/src/smpi/private.hpp diff --git a/src/smpi/private.hpp b/src/smpi/private.hpp index 53233742e8..a384ac7468 100644 --- a/src/smpi/private.hpp +++ b/src/smpi/private.hpp @@ -19,6 +19,8 @@ XBT_PRIVATE int smpi_process_event_set(void); extern std::unordered_map location2speedup; /** @brief Returns the last call location (filename, linenumber). Process-specific. */ +extern "C" { 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(); +} #endif