X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79e6ee5c40e94116881f88684fb612f321b8f5db..446516ef6cc8459883ad5b3a53cd724e24185c21:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index a50b31f9e6..4d25f014d5 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; - unsigned int copied:1; /* whether the data were already copied */ + unsigned copied:1; /* whether the data were already copied */ void* src_data; /* User data associated to communication */ void* dst_data;