[asterisk-commits] mmichelson: branch group/CCSS_Monitor_Restructure r242138 - /team/group/CCSS_...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 21 18:04:04 CST 2010


Author: mmichelson
Date: Thu Jan 21 18:04:00 2010
New Revision: 242138

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=242138
Log:
Fix doxygen for cc_monitor callbacks.


Modified:
    team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h

Modified: team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h?view=diff&rev=242138&r1=242137&r2=242138
==============================================================================
--- team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h (original)
+++ team/group/CCSS_Monitor_Restructure/include/asterisk/ccss.h Thu Jan 21 18:04:00 2010
@@ -448,16 +448,13 @@
 	 * \brief Request CCSS.
 	 *
 	 * \param monitor CC core monitor control.
-	 * \param core_id core_id of the CC transaction.
-	 * \param parent_link The extention monitor of this monitor.
+	 * \param available_timer_id The scheduler ID for the available timer.
 	 * Will never be NULL for a device monitor.
 	 *
 	 * \details
 	 * Perform whatever steps are necessary in order to request CC.
 	 * In addition, the monitor implementation is responsible for
-	 * starting the available timer in this callback. The scheduler
-	 * ID for the callback must be stored in the parent_link's child_avail_id
-	 * field.
+	 * starting the available timer in this callback. 
 	 *
 	 * \retval 0 on success
 	 * \retval -1 on failure.
@@ -467,7 +464,6 @@
 	 * \brief Suspend monitoring.
 	 *
 	 * \param monitor CC core monitor control.
-	 * \param core_id core_id of the CC transaction.
 	 *
 	 * \details
 	 * Implementers must perform the necessary steps to suspend
@@ -481,7 +477,6 @@
 	 * \brief Status response to an ast_cc_monitor_status_request().
 	 *
 	 * \param monitor CC core monitor control.
-	 * \param core_id core_id of the CC transaction.
 	 * \param devstate Current status of a Party A device.
 	 *
 	 * \details
@@ -498,7 +493,6 @@
 	 * \brief Unsuspend monitoring.
 	 *
 	 * \param monitor CC core monitor control.
-	 * \param core_id core_id of the CC transaction.
 	 *
 	 * \details
 	 * Perform the necessary steps to unsuspend monitoring.
@@ -511,7 +505,6 @@
 	 * \brief Cancel the running available timer.
 	 *
 	 * \param monitor CC core monitor control.
-	 * \param core_id core_id of the CC transaction.
 	 * \param sched_id Available timer scheduler id to cancel.
 	 * Will never be NULL for a device monitor.
 	 *




More information about the asterisk-commits mailing list