X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/594467781e41cea1d841b9fc501a8cc0cc0f7081..7ef55d47978f2f2ef20bd27c85881faa99147034:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index ecf5bf12e6..bda10fd28f 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -495,6 +495,8 @@ typedef struct s_mc_comm_pattern{ int completed; unsigned long src_proc; unsigned long dst_proc; + const char *src_host; + const char *dst_host; char *rdv; size_t data_size; void *data;