Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
normalize s_type class part 3
[simgrid.git] / src / smpi / colls / smpi_automatic_selector.cpp
index e4ed65a..2530f40 100644 (file)
@@ -16,7 +16,7 @@
 
 #define TRACE_AUTO_COLL(cat)                                                                                           \
   if (TRACE_is_enabled()) {                                                                                            \
-    type_t type = Type::getOrNull(#cat, PJ_type_get_root());                                                       \
+    Type* type = Type::getOrNull(#cat, PJ_type_get_root());                                                       \
     if (not type) {                                                                                                    \
       type = Type::eventNew(#cat, PJ_type_get_root());                                                              \
     }                                                                                                                  \