X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/778b06d156f6e300a447df10b297a62cc3c73b4d..23e9d3ae59822a5df6abc1963fa6703362363a65:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index b8065ec32e..1b6068fbd4 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -213,7 +213,7 @@ void PJ_type_alloc (void); void PJ_type_release (void); type_t PJ_type_get_root (void); type_t PJ_type_container_new (const char *name, type_t father); -type_t PJ_type_event_new (const char *name, const char *color, type_t father); +type_t PJ_type_event_new (const char *name, type_t father); 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);