X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/740d50812a81c59013f22888ab313da5a8113227..071079858329b6eaa616f1fc2c0b12a441973e17:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index fdca8f17c1..ee4720ee1b 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -162,6 +162,11 @@ XBT_PRIVATE void MSG_post_create_environment(void); XBT_PRIVATE void MSG_host_add_task(msg_host_t host, msg_task_t task); XBT_PRIVATE void MSG_host_del_task(msg_host_t host, msg_task_t task); +/* @brief MSG_mailbox_free - release a mailbox from the memory. + * Releases a mailbox from the memory but does not remove it from the dictionary. + * @param mailbox The mailbox to release. + */ +XBT_PRIVATE void MSG_mailbox_free(void *mailbox); /********** Tracing **********/ /* declaration of instrumentation functions from msg_task_instr.c */