X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c27e14849074c829c180ddd750c1b7bf0b91d31b..91bb8b44ef09735fc79f40a3d9eeb69456a46909:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index 2c0fc4b57a..84e81c2d71 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -230,6 +230,10 @@ 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); @@ -345,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); @@ -458,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