From: Martin Quinson Date: Thu, 28 Jul 2016 06:36:31 +0000 (+0200) Subject: mark a deprecated function as such X-Git-Tag: v3_14~700 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca34a5902efe0252474c0aa2fc6e432fc020211b mark a deprecated function as such --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index ae778de98d..292a67d166 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -472,8 +472,9 @@ XBT_PUBLIC(int) MSG_mailbox_is_empty(msg_mailbox_t mailbox); */ XBT_PUBLIC(void) MSG_mailbox_set_async(const char *alias); -/* @brief MSG_mailbox_get_head - get the task at the head of a mailbox. +/* @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. */