Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add s_type_get_or_null to s_type class as a method
[simgrid.git] / src / smpi / colls / smpi_automatic_selector.cpp
index 3ffffa0..31d70d5 100644 (file)
@@ -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());                                                              \
     }                                                                                                                  \