Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
windows compatibility.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Jul 2010 09:36:03 +0000 (09:36 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Jul 2010 09:36:03 +0000 (09:36 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7990 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/msg/msg.h

index 4530345..afab0af 100644 (file)
@@ -168,7 +168,7 @@ XBT_PUBLIC(MSG_error_t)
 XBT_PUBLIC(msg_comm_t)   MSG_task_isend(m_task_t task, const char *alias);
 XBT_PUBLIC(msg_comm_t)   MSG_task_irecv(m_task_t * task, const char *alias);
 XBT_PUBLIC(int)               MSG_comm_test(msg_comm_t comm);
-void                           MSG_comm_destroy(msg_comm_t comm);
+XBT_PUBLIC(void)              MSG_comm_destroy(msg_comm_t comm);
 XBT_PUBLIC(MSG_error_t) MSG_comm_wait(msg_comm_t comm,double timeout);