X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc9b8feaddd53842f6204f4f24409b2382393fa9..7945dd060a9ae14801914ef3be75f4abf083039b:/src/smpi/mpi/smpi_request.cpp diff --git a/src/smpi/mpi/smpi_request.cpp b/src/smpi/mpi/smpi_request.cpp index 3a01a1631a..5bbd84ea23 100644 --- a/src/smpi/mpi/smpi_request.cpp +++ b/src/smpi/mpi/smpi_request.cpp @@ -516,7 +516,7 @@ void Request::start() /* FIXME: detached sends are not traceable (action_ == nullptr) */ if (action_ != nullptr) { - std::string category = TRACE_internal_smpi_get_category(); + std::string category = smpi_process()->get_tracing_category(); simgrid::simix::simcall([this, category] { this->action_->set_category(category); }); }