X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13b40eda22ea85f68f80b623a5cd441b8dc49d71..0e8f25088a5fcac96419b8243a2838acd637fa88:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 178acd252d..4d25f014d5 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -140,9 +140,9 @@ typedef struct s_smx_action { void *dst_buff; size_t src_buff_size; size_t *dst_buff_size; - 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* src_data; /* User data associated to communication */ void* dst_data; } comm;