Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the mailbox source file and header.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Jan 2008 16:39:40 +0000 (16:39 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Jan 2008 16:39:40 +0000 (16:39 +0000)
commitc861b15010ab22b3a4b7b7762929433f6d8b47ff
tree7f559dbc3720da080fb1a2f6cedad39c4abfd689
parentf3ba71e33e73c61ca467a37dda2bc3b9d5f9ed1b
Add the mailbox source file and header.
msg_mailbox.h Header containing the declaration of the functions related with the mailbox concept
msg_mailbox.c Source file containing the implementation of the functions related with the mailbox concept

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5164 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/msg/msg_mailbox.c [new file with mode: 0644]
src/msg/msg_mailbox.h [new file with mode: 0644]