X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25fd5bf34caebe9efb725c743c7c4e0319c46ad2..585c03575926272c32a21202ef0552589aafaa51:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 986a463507..0826da7363 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -300,7 +300,7 @@ 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); +XBT_PUBLIC(void) MSG_mailbox_set_async(const char *alias); /************************** Action handling **********************************/