X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b070d7cc294509944f728b688883fbc05db17346..574a14ec63c644ead300e6bcc7ce3e9cdf45720c:/src/msg/msg_mailbox.h diff --git a/src/msg/msg_mailbox.h b/src/msg/msg_mailbox.h index 5ec804bf0a..cdfe0e6ab0 100644 --- a/src/msg/msg_mailbox.h +++ b/src/msg/msg_mailbox.h @@ -4,8 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SMX_MAILBOX_H -#define SMX_MAILBOX_H +#ifndef MSG_MAILBOX_H +#define MSG_MAILBOX_H #include "xbt/fifo.h" #include "simix/simix.h" @@ -27,6 +27,8 @@ SG_BEGIN_DECL() XBT_PUBLIC(msg_mailbox_t) MSG_mailbox_new(const char *alias); +void MSG_mailbox_free(void *mailbox); + /* \brief MSG_mailbox_free - release a mailbox from the memory. * * The function MSG_mailbox_free release a mailbox from the memory but does @@ -111,4 +113,4 @@ XBT_PUBLIC(msg_mailbox_t) #endif SG_END_DECL() -#endif /* !SMX_MAILBOX_H */ +#endif /* !MSG_MAILBOX_H */