X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/863aeead864a309c494893a1b06ec33ed2b7daf1..d68a0ac239494f0a1c7f21b7c195f453ee7a31eb:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index b0831034d1..00164dbd14 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -42,8 +42,8 @@ typedef struct simdata_task { this->isused = false; } - simgrid::kernel::activity::ExecImpl* compute = nullptr; /* SIMIX modeling of computation */ - simgrid::kernel::activity::CommImpl* comm = nullptr; /* SIMIX modeling of communication */ + simgrid::kernel::activity::ExecImplPtr compute = nullptr; /* SIMIX modeling of computation */ + simgrid::kernel::activity::CommImplPtr comm = nullptr; /* SIMIX modeling of communication */ double bytes_amount = 0.0; /* Data size */ double flops_amount = 0.0; /* Computation size */ msg_process_t sender = nullptr;