X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/716a4d97328234d301ae57d53ecf8a299bd26e11..23374c5b3f88a4b96c351be8f2a6f0e332a2f977:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index cd3be85cf5..740bd2dab5 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -221,6 +221,7 @@ type_t PJ_type_variable_new (const char *name, const char *color, type_t father) type_t PJ_type_link_new (const char *name, type_t father, type_t source, type_t dest); type_t PJ_type_state_new (const char *name, type_t father); type_t PJ_type_get (const char *name, const type_t father); +type_t PJ_type_get_or_null (const char *name, type_t father); void PJ_type_free (type_t type); void PJ_type_free_all (void);