X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02e37010625e82cedbbfc3d1a5982eaa3b18b176..772f8dd3b48f0c9dff20f67a4c2ea1cbbe673f8d:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index bd861c1585..c9f327228f 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -175,6 +175,8 @@ typedef struct s_setState { container_t container; type_t type; val_t value; + const char* filename; + int linenumber; }s_setState_t; typedef struct s_pushState *pushState_t; @@ -183,6 +185,8 @@ typedef struct s_pushState { type_t type; val_t value; int size; + const char* filename; + int linenumber; void* extra; }s_pushState_t;