X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9395ec6253621045b5ff80b34e3d889c30abbce5..ba26409dfb68b4eb12207ba64a996558177d4195:/include/msg/datatypes.h?ds=sidebyside diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index e8b5ce161f..1debf57860 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -64,6 +64,8 @@ typedef struct m_task *m_task_t; /** @} */ + + /* ****************************** Process *********************************** */ typedef struct simdata_process *simdata_process_t; /** @brief Process datatype @@ -95,6 +97,19 @@ typedef struct m_process *m_process_t; typedef int m_channel_t; /** @} */ +/* ******************************** Mailbox ************************************ */ + +typedef struct s_msg_mailbox* msg_mailbox_t; +/** @brief Mailbox datatype + @ingroup m_datatypes_management_details @{ */ + +msg_mailbox_t MSG_mailbox_create(const char *alias); +void MSG_mailbox_free(void* mailbox); + + +/** @} */ + + /* ***************************** Error handling ***************************** */ /** @brief Error handling @ingroup m_datatypes_management