X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/534d31e4fc62b248c646ad6e19518e8a7b11e048..13b40eda:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 3d506f60e0..178acd252d 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -140,7 +140,7 @@ typedef struct s_smx_action { void *dst_buff; size_t src_buff_size; size_t *dst_buff_size; - char copied; + int copied:1; /* whether the data were already copied */ void* src_data; /* User data associated to communication */ void* dst_data;