X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3397fde30788e5ba847cc9e1ad2d97425275aec..2480fb4643b0d6a391c3b5f7c5c70b30f3c5a683:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index bc6112d766..963cda9bd2 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -83,7 +83,8 @@ class s_val { type_t father; val_t ret; s_val(const char *name, const char *color, type_t father); - val_t PJ_value_update (const char *name, const char *color, type_t father); + static val_t PJ_value_get_or_new (const char *name, const char *color, type_t father); + static val_t PJ_value_get (const char *name, type_t father); }; @@ -354,10 +355,6 @@ XBT_PRIVATE XBT_PRIVATE void PJ_type_free (type_t type); /* instr_config.c */ XBT_PRIVATE void recursiveDestroyType (type_t type); -/* instr_paje_values.c */ -XBT_PUBLIC(val_t) PJ_value_get_or_new (const char *name, const char *color, type_t father); -XBT_PUBLIC(val_t) PJ_value_get (const char *name, const type_t father); - XBT_PRIVATE void TRACE_TI_start(); XBT_PRIVATE void TRACE_TI_end();