X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43307e6167f4be7aa7016e16df4e55f6f1973188..d1476ed63c5c33d5a1395b70ac17374e07f7b80d:/src/msg/private.h?ds=sidebyside diff --git a/src/msg/private.h b/src/msg/private.h index b8f05b1b62..f7c617b212 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -68,6 +68,7 @@ SG_BEGIN_DECL() m_host_t put_host; /* used for debugging purposes */ m_channel_t put_channel; /* used for debugging purposes */ smx_action_t waiting_action; + 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 */