X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fb81dc07673c304971a87e3d96d2c89f12c6e37..e6e653ac5c6803a507ccb966a6e561500f0208a2:/src/msg/msg_mailbox.c diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 8461bf9318..942f332433 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -41,8 +41,7 @@ int MSG_mailbox_get_count_host_waiting_tasks(msg_mailbox_t mailbox, msg_host_t host) { - return simcall_rdv_comm_count_by_host(mailbox, - host->smx_host); + return simcall_rdv_comm_count_by_host(mailbox, host); } msg_mailbox_t MSG_mailbox_get_by_alias(const char *alias) @@ -99,7 +98,7 @@ MSG_mailbox_get_task_ext(msg_mailbox_t mailbox, msg_task_t * task, #ifdef HAVE_TRACING TRACE_msg_task_get_start(); - volatile double start_time = MSG_get_clock(); + double start_time = MSG_get_clock(); #endif /* Sanity check */