From: Arnaud Giersch Date: Mon, 2 Jul 2012 09:45:51 +0000 (+0200) Subject: Add missing compatibility typedefs. X-Git-Tag: v3_8~390 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3b65b9c7fc6cb4cf759833647a3de9b776b3a984 Add missing compatibility typedefs. --- diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 7560bd39f6..483c582c1c 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -149,6 +149,9 @@ typedef msg_gpu_task_t m_gpu_task_t; typedef msg_host_t m_host_t; typedef msg_process_t m_process_t; typedef msg_task_t m_task_t; +typedef s_msg_gpu_task_t s_m_gpu_task_t; +typedef s_msg_host_t s_m_host_t; +typedef s_msg_task_t s_m_task_t; #endif SG_END_DECL()