Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add end line in msg_mailbox* files and add the file msg_mailbox.c in Makefile.am
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Jan 2008 16:56:16 +0000 (16:56 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Jan 2008 16:56:16 +0000 (16:56 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5168 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am
src/msg/msg_mailbox.c
src/msg/msg_mailbox.h

index 01ec099ba8e990c8c29df877b8d329ebe559a131..7792566b0b777b211440400b7b23dd4ba1cf2912 100644 (file)
@@ -211,7 +211,7 @@ SMPI_SRC= \
 
 MSG_SRC=  msg/msg_config.c \
   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
-  msg/global.c msg/environment.c msg/deployment.c 
+  msg/global.c msg/environment.c msg/deployment.c msg_mailbox.c
 
 JMSG_C_SRC = \
   xbt/xbt_jcontext.c \
index d27bdc90aaa0dee474f56846468f9b3a95daa208..18621380a0cd0aef04a99c9541d7bb966e4d4c30 100644 (file)
@@ -197,4 +197,4 @@ MSG_mailbox_get_by_alias(const char* alias)
        }\r
        \r
        return mailbox; \r
-}
\ No newline at end of file
+}\r
index 9a4ebdd9d17d8d98bd6ef2dca7b0d327e5c5cbd5..94e0c2abb21a73a35bfd67a83801b2a24f543d83 100644 (file)
@@ -247,4 +247,5 @@ MSG_mailbox_get_count_host_tasks(msg_mailbox_t mailbox, m_host_t host);
 }\r
 #endif\r
 \r
-#endif /* !SMX_MAILBOX_H */
\ No newline at end of file
+#endif /* !SMX_MAILBOX_H */\r
+\r