X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6eeb4ad813a375cf4faa0bca40b58049c4c0298f..e28b29cf7d18c8f61475480fe6af607bed2df8e2:/src/instr/instr_paje.c diff --git a/src/instr/instr_paje.c b/src/instr/instr_paje.c index 7bc4bbfb35..462955a7a4 100644 --- a/src/instr/instr_paje.c +++ b/src/instr/instr_paje.c @@ -239,9 +239,9 @@ static type_t recursiveGetType (const char *name, type_t root) return NULL; } -type_t getType (const char *name) +type_t getType (const char *name, type_t father) { - return recursiveGetType (name, rootType); + return recursiveGetType (name, father); } void destroyContainer (container_t container)