Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing the channels would really make the structures simpler
[simgrid.git] / src / msg / msg_mailbox.c
index 7279654fc4b0889ae8903c6635835ab2b0f48569..9b94299312a3c4a10205031a1d3c54cfa6970c45 100644 (file)
@@ -41,7 +41,7 @@ MSG_mailbox_get_count_host_waiting_tasks(msg_mailbox_t mailbox,
                                          m_host_t host)
 {
   return simcall_rdv_comm_count_by_host(mailbox,
-                                      host->simdata->smx_host);
+                                      host->smx_host);
 }
 
 msg_mailbox_t MSG_mailbox_get_by_alias(const char *alias)