Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix for windows -- not sure if it's still mandatory, but I guess so
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 27 Mar 2013 00:27:37 +0000 (01:27 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 27 Mar 2013 00:41:08 +0000 (01:41 +0100)
include/msg/msg.h
src/msg/msg_mailbox.h

index 986a463..0826da7 100644 (file)
@@ -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 **********************************/
index 9f3f379..f587002 100644 (file)
@@ -77,7 +77,7 @@ XBT_PUBLIC(int) MSG_mailbox_is_empty(msg_mailbox_t mailbox);
  * \param alias    The alias of the mailbox to modify.
  *
  */
-void MSG_mailbox_set_async(const char *alias);
+XBT_PUBLIC(void) MSG_mailbox_set_async(const char *alias);
 
 /*! \brief MSG_mailbox_get_head - get the task at the head of a mailbox.
  *