X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd16785434a6411b1130c78684c365e4b3d51e31..e6692e68ddfe1ef3234cacab53edb44277ae4405:/src/msg/gos.c diff --git a/src/msg/gos.c b/src/msg/gos.c index 7cfb055c7a..9041afd174 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -14,7 +14,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gos, msg, /** \ingroup msg_gos_functions * \brief This function is now deprecated and useless. Please stop using it. */ - MSG_error_t MSG_process_start(m_process_t process) { xbt_assert0(0,"This function is now deprecated and useless. Please stop using it."); @@ -220,6 +219,12 @@ MSG_error_t MSG_task_put(m_task_t task, else MSG_RETURN(MSG_TRANSFER_FAILURE); } +/** \ingroup msg_gos_functions + * \brief Does exactly the same as MSG_task_put but with a bounded transmition + * rate. + * + * \sa MSG_task_put + */ MSG_error_t MSG_task_put_bounded(m_task_t task, m_host_t dest, m_channel_t channel, long double max_rate) @@ -351,4 +356,3 @@ MSG_error_t MSG_get_errno(void) { return PROCESS_GET_ERRNO(); } -