X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45b714b8561efbd12ebfd1f59e836e0ab006e824..281f8c29e177852dcb1591fc31e363e1176857c8:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index cfa16136e9..84e81c2d71 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -230,10 +230,16 @@ extern xbt_dict_t user_vm_variables; extern xbt_dict_t user_link_variables; extern double TRACE_last_timestamp_to_dump; +#ifdef __cplusplus +extern "C" { +#endif + /* instr_paje_header.c */ void TRACE_header(int basic, int size); /* from paje.c */ +void TRACE_init(void); +void TRACE_finalize(void); void TRACE_paje_init(void); void TRACE_paje_start(void); void TRACE_paje_end(void); @@ -343,7 +349,6 @@ XBT_PUBLIC(val_t) PJ_value_get_or_new (const char *name, const char *color, typ XBT_PUBLIC(val_t) PJ_value_get (const char *name, const type_t father); void PJ_value_free (val_t value); - void print_pajeDefineContainerType(paje_event_t event); void print_pajeDefineVariableType(paje_event_t event); void print_pajeDefineStateType(paje_event_t event); @@ -456,6 +461,11 @@ typedef struct s_instr_extra_data { int num_processes; } s_instr_extra_data_t; +#ifdef __cplusplus +} +#endif + + #endif /* HAVE_TRACING */ #ifdef HAVE_JEDULE