Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add type_container_new to s_type class as method
[simgrid.git] / src / instr / instr_paje_types.cpp
index 12b7eeb..01f0050 100644 (file)
@@ -104,7 +104,7 @@ type_t s_type::s_type_get_or_null (const char *name, type_t father)
   return ret;
 }
 
-type_t PJ_type_container_new (const char *name, type_t father)
+type_t s_type::s_type_container_new (const char *name, type_t father)
 {
   if (name == nullptr){
     THROWF (tracing_error, 0, "can't create a container type with a nullptr name");