X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0049d1fcfdafba3893e26714d575755194949765..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/mc_protocol.h?ds=sidebyside diff --git a/src/mc/mc_protocol.h b/src/mc/mc_protocol.h index ee0d4334a3..bd6fd13538 100644 --- a/src/mc/mc_protocol.h +++ b/src/mc/mc_protocol.h @@ -7,7 +7,9 @@ #ifndef SIMGRID_MC_PROTOCOL_H #define SIMGRID_MC_PROTOCOL_H -#include +#include + +#include #include "mc/datatypes.h" @@ -77,7 +79,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 {