X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9122d33957bd260d3d5296bc250674d9a4eb4d40..594467781e41cea1d841b9fc501a8cc0cc0f7081:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 60a07695a5..ecf5bf12e6 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -437,6 +437,7 @@ typedef struct s_dw_variable{ int global; char *name; char *type_origin; + dw_type_t type; // Use either of: dw_location_t location; @@ -480,7 +481,7 @@ typedef struct s_local_variable{ char *frame; unsigned long ip; char *name; - char *type; + dw_type_t type; void *address; int region; }s_local_variable_t, *local_variable_t;