X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d0e2d7e6947278ab1bafd1cad44ecd78416c79c..32eeb3976a16c5e5d2b2a9c00f4386cebbb75550:/src/smpi/colls/smpi_automatic_selector.cpp diff --git a/src/smpi/colls/smpi_automatic_selector.cpp b/src/smpi/colls/smpi_automatic_selector.cpp index 3ffffa0278..31d70d5089 100644 --- a/src/smpi/colls/smpi_automatic_selector.cpp +++ b/src/smpi/colls/smpi_automatic_selector.cpp @@ -16,7 +16,7 @@ #define TRACE_AUTO_COLL(cat) \ if (TRACE_is_enabled()) { \ - type_t type = PJ_type_get_or_null(#cat, PJ_type_get_root()); \ + type_t type = s_type::s_type_get_or_null(#cat, PJ_type_get_root()); \ if (not type) { \ type = PJ_type_event_new(#cat, PJ_type_get_root()); \ } \