X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0cd4be195414e0a2db71f136f042a8b000f073e..31b7fa457f9267af8eda2eee06aae74dd78eb412:/src/msg/msg_mailbox.c?ds=sidebyside diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 3aa3a90553..07e19c4534 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -164,7 +164,7 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task, /* Try to send it by calling SIMIX network layer */ TRY { comm = SIMIX_req_comm_isend(mailbox, t_simdata->message_size, - t_simdata->rate, task, sizeof(void *), NULL, NULL); + t_simdata->rate, task, sizeof(void *), NULL, NULL, 0); t_simdata->comm = comm; #ifdef HAVE_TRACING SIMIX_req_set_category(comm, task->category);