X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..ceafdfd3fade791d6edba5f784685505691a60e6:/include/msg/datatypes.h?ds=sidebyside diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 494661e31d..84d956dd93 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -65,7 +65,7 @@ typedef struct m_task *m_task_t; */ #define MSG_TASK_UNINITIALIZED NULL -typedef struct s_smx_comm *msg_comm_t; +typedef struct s_smx_action *msg_comm_t; /** @} */ @@ -105,7 +105,7 @@ typedef int m_channel_t; /* ******************************** Mailbox ************************************ */ -typedef struct s_msg_mailbox *msg_mailbox_t; +typedef struct s_smx_rvpoint *msg_mailbox_t; /** @brief Mailbox datatype @ingroup m_datatypes_management_details @{ */