X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1377c28e7b9f315616ee6fddc6baa755e0380e75..446516ef6cc8459883ad5b3a53cd724e24185c21:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index cf543db3bd..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; - 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* src_data; /* User data associated to communication */ void* dst_data; } comm;