Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to port the gras simulation side to the new smx_network infrastructure (not yet...
[simgrid.git] / src / msg / msg_mailbox.c
index 3425a41..f6f3230 100644 (file)
@@ -64,7 +64,7 @@ m_task_t MSG_mailbox_get_head(msg_mailbox_t mailbox)
   if(!comm)
     return NULL; 
   
-  return (m_task_t)SIMIX_communication_get_data(comm);
+  return (m_task_t)SIMIX_communication_get_sentdata(comm);
 }
 
 int