X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25e010bfd98f5cd247c57660cb7837c4f7d449cb..d9cad55dcc546b3936c278258e7f463ac70066df:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 4ce5731b25..afd24411bc 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -139,7 +139,10 @@ typedef struct msg_comm *msg_comm_t; structure, but always use the provided API to interact with processes. */ -typedef struct s_smx_process *m_process_t; +typedef struct s_smx_process *msg_process_t; + +/* Compatibility typedefs */ +typedef msg_process_t m_process_t; #ifdef MSG_USE_DEPRECATED typedef int m_channel_t;