Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put #ifdef MSG_USE_DEPRECATED for all functions with channel mecanism.
[simgrid.git] / include / msg / datatypes.h
index 0206050..edb9b73 100644 (file)
@@ -106,6 +106,7 @@ typedef struct msg_comm *msg_comm_t;
 typedef struct s_smx_process *m_process_t;
 /** @} */
 
+#ifdef MSG_USE_DEPRECATED
 /* ********************************* Channel ******************************** */
 /** @brief Channel datatype  
     @ingroup m_datatypes_management 
@@ -116,6 +117,7 @@ typedef struct s_smx_process *m_process_t;
    @{ */
 typedef int m_channel_t;
 /** @} */
+#endif
 
 /* ******************************** Mailbox ************************************ */