Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use msg_task_t instead of m_task_t
[simgrid.git] / teshsuite / msg / get_sender.c
index 705e9dc..938f959 100644 (file)
@@ -23,7 +23,7 @@ static int send(int argc, char *argv[])
 static int receive(int argc, char *argv[])
 {
   XBT_INFO("Receiving");
-  m_task_t task = NULL;
+  msg_task_t task = NULL;
   MSG_task_receive_with_timeout(&task, MSG_host_get_name(MSG_host_self()), DBL_MAX);
   xbt_assert(MSG_task_get_sender(task), "No sender received");
   XBT_INFO("Got a message sent by '%s'",