Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a MSG_mailbox_set_async function to allow to set a mailbox to eagerly receive...
[simgrid.git] / include / msg / msg.h
index e3b5ac1..24bf774 100644 (file)
@@ -263,6 +263,9 @@ XBT_PUBLIC(msg_error_t)
     MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, msg_task_t task,
                              double timeout);
 
+void MSG_mailbox_set_async(const char *alias);
+
+
 /************************** Action handling **********************************/
 msg_error_t MSG_action_trace_run(char *path);