X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6f00a784a0d052de2001804276ceee8e43a6334..535815db45bb2162b257e5c208ee7015dd2cc8f6:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 23699ddb44..cc570f1867 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -83,6 +83,7 @@ typedef struct process_arg { double kill_time; } s_process_arg_t, *process_arg_t; + typedef struct msg_comm { smx_action_t s_comm; /* SIMIX communication object encapsulated (the same for both processes) */ m_task_t task_sent; /* task sent (NULL for the receiver) */ @@ -103,6 +104,11 @@ typedef struct msg_vm { int coreAmount; } s_msg_vm_t; +typedef struct s_msg_process_data { + void *data; + msg_vm_t current_vm; +} s_msg_process_data_t, *msg_process_data_t; + /************************** Global variables ********************************/ typedef struct MSG_Global { xbt_fifo_t host;