|
SimGrid
3.8.1
Scalable Simulation of Distributed Systems - Reference Manual
|
This section describes the mailbox structure of MSG (msg_mailbox_t) and the functions for managing it. More...
Functions | |
| msg_error_t | MSG_mailbox_get_task_ext (msg_mailbox_t mailbox, msg_task_t *task, msg_host_t host, double timeout) |
| Get a task from a mailbox on a given host. | |
This section describes the mailbox structure of MSG (msg_mailbox_t) and the functions for managing it.
| msg_error_t MSG_mailbox_get_task_ext | ( | msg_mailbox_t | mailbox, |
| msg_task_t * | task, | ||
| msg_host_t | host, | ||
| double | timeout | ||
| ) |
Get a task from a mailbox on a given host.
| mailbox | The mailbox where the task was sent |
| task | a memory location for storing a msg_task_t. |
| host | a msg_host_t host from where the task was sent |
| timeout | a timeout |