X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d6ef732f89957b95f28b5aedb963d8d844a1906..9a28137e0100255c9e849a39167590cb2305aa82:/include/simgrid/msg.h?ds=sidebyside diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 6b17183240..5c73bb7beb 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -458,16 +458,6 @@ XBT_PUBLIC(const char *) MSG_task_get_category (msg_task_t task); */ XBT_PUBLIC(void) MSG_mailbox_set_async(const char *alias); -/* @brief MSG_mailbox_front - get the task at the head of a mailbox. - * Returns the task at the head of the mailbox. This function does not remove the task from the mailbox. - * @deprecated - * @param mailbox The mailbox concerned by the operation. - * @return The task at the head of the mailbox. - */ -XBT_PUBLIC(msg_task_t) MSG_mailbox_front(msg_mailbox_t mailbox); - -XBT_PUBLIC(msg_error_t) MSG_mailbox_get_task_ext(msg_mailbox_t mailbox, msg_task_t * task, msg_host_t host, - double timeout); XBT_PUBLIC(msg_error_t) MSG_mailbox_get_task_ext_bounded(msg_mailbox_t mailbox, msg_task_t *task, msg_host_t host, double timeout, double rate);