X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec6ad1cda462aea8684decc3672c753715c1bf70..4c506a1e81412766b68c4a2ab989790562ec1ff0:/src/msg/private.h diff --git a/src/msg/private.h b/src/msg/private.h index b8f05b1b62..dde9f85872 100644 --- a/src/msg/private.h +++ b/src/msg/private.h @@ -10,7 +10,6 @@ #ifndef METASIMGRID_PRIVATE_H #define METASIMGRID_PRIVATE_H -#include #include "msg/msg.h" #include "simix/simix.h" #include "surf/surf.h" @@ -19,6 +18,7 @@ #include "xbt/swag.h" #include "xbt/dict.h" #include "xbt/config.h" +#include "instr/private.h" SG_BEGIN_DECL() @@ -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 */ @@ -121,6 +122,7 @@ XBT_PUBLIC_DATA(MSG_Global_t) msg_global; void _MSG_process_kill_from_SIMIX(void *p); void _MSG_action_init(void); + void _MSG_action_exit(void); SG_END_DECL() #endif