X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d093eb0c576e2f7a1d6c7a707ee55026aca3915..e41099ae20756bd6d3d3b01b14bdede95b6821cc:/src/msg_simix/msg_simix_private.h diff --git a/src/msg_simix/msg_simix_private.h b/src/msg_simix/msg_simix_private.h index 811c1f9820..897daf789c 100644 --- a/src/msg_simix/msg_simix_private.h +++ b/src/msg_simix/msg_simix_private.h @@ -37,6 +37,7 @@ typedef struct simdata_task { smx_cond_t cond; smx_mutex_t mutex; /* Task mutex */ m_process_t sender; + m_process_t receiver; m_host_t source; double priority; double rate; @@ -57,6 +58,7 @@ typedef struct simdata_process { int PPID; /* The parent PID */ m_host_t put_host; /* used for debugging purposes */ m_channel_t put_channel; /* used for debugging purposes */ + m_task_t waiting_task; int argc; /* arguments number if any */ char **argv; /* arguments table if any */ MSG_error_t last_errno; /* the last value returned by a MSG_function */