X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f47d235ddc4c9e9d4ca548fc157fbf28f93a7a9..b38d5c15755a98cc7ef99a0a9c4936357dbedce3:/src/simix/private.h?ds=sidebyside diff --git a/src/simix/private.h b/src/simix/private.h index 6e7b3289cf..eec2c34c6f 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -158,6 +158,8 @@ typedef struct s_smx_comm { void *dst_buff; size_t src_buff_size; size_t *dst_buff_size; + char copied; + void *data; /* User data associated to communication */ } s_smx_comm_t;