X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/863aeead864a309c494893a1b06ec33ed2b7daf1..d68a0ac239494f0a1c7f21b7c195f453ee7a31eb:/src/mc/mc_state.h diff --git a/src/mc/mc_state.h b/src/mc/mc_state.h index e4eb0d9d30..d6ee81450e 100644 --- a/src/mc/mc_state.h +++ b/src/mc/mc_state.h @@ -24,7 +24,7 @@ enum class PatternCommunicationType { struct PatternCommunication { int num = 0; - smx_activity_t comm_addr; + simgrid::kernel::activity::CommImpl* comm_addr; PatternCommunicationType type = PatternCommunicationType::send; unsigned long src_proc = 0; unsigned long dst_proc = 0;