X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c08a3a6311b30c8cc038bf2ce0abb096db37054..da7e15623cc3e43bd5b30848b1b2283af9470b5c:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index 7616d247e3..559d77453d 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -36,6 +36,7 @@ typedef struct simdata_task { double computation_amount; /* Computation size */ xbt_dynar_t sleeping; /* process to wake-up */ m_process_t sender; + m_host_t source; double priority; double rate; int using;