Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new function: PJ_value_get_or_new().
[simgrid.git] / src / instr / instr_private.h
index 0bc4f9d..49997e5 100644 (file)
@@ -224,6 +224,7 @@ void PJ_type_free_all (void);
 
 /* instr_paje_values.c */
 val_t PJ_value_new (const char *name, const char *color, type_t father);
+val_t PJ_value_get_or_new (const char *name, const char *color, type_t father);
 val_t PJ_value_get (const char *name, const type_t father);
 void PJ_value_free (val_t value);