X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0049d1fcfdafba3893e26714d575755194949765..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/mc_protocol.h diff --git a/src/mc/mc_protocol.h b/src/mc/mc_protocol.h index ee0d4334a3..64b0e7021a 100644 --- a/src/mc/mc_protocol.h +++ b/src/mc/mc_protocol.h @@ -77,7 +77,10 @@ typedef struct s_mc_int_message { typedef struct s_mc_ignore_heap_message { e_mc_message_type type; - s_mc_heap_ignore_region_t region; + int block; + int fragment; + void *address; + size_t size; } s_mc_ignore_heap_message_t, *mc_ignore_heap_message_t; typedef struct s_mc_ignore_memory_message {