X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae9cb1a80506c00479fa84f8a56cdce227704628..e487ef4538248f261ddb6e814357593df7646e33:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index eca2729c6d..63d2703011 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -68,7 +68,7 @@ SG_BEGIN_DECL() 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; + smx_action_t waiting_action; 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 */