mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@14655 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,7 +64,7 @@ typedef int (*ast_sched_cb)(void *data);
|
|||||||
|
|
||||||
/*!Adds a scheduled event */
|
/*!Adds a scheduled event */
|
||||||
/*!
|
/*!
|
||||||
* \param con Schduler context to add
|
* \param con Scheduler context to add
|
||||||
* \param when how many milliseconds to wait for event to occur
|
* \param when how many milliseconds to wait for event to occur
|
||||||
* \param callback function to call when the amount of time expires
|
* \param callback function to call when the amount of time expires
|
||||||
* \param data data to pass to the callback
|
* \param data data to pass to the callback
|
||||||
@@ -78,7 +78,7 @@ extern int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callb
|
|||||||
|
|
||||||
/*!Adds a scheduled event */
|
/*!Adds a scheduled event */
|
||||||
/*!
|
/*!
|
||||||
* \param con Schduler context to add
|
* \param con Scheduler context to add
|
||||||
* \param when how many milliseconds to wait for event to occur
|
* \param when how many milliseconds to wait for event to occur
|
||||||
* \param callback function to call when the amount of time expires
|
* \param callback function to call when the amount of time expires
|
||||||
* \param data data to pass to the callback
|
* \param data data to pass to the callback
|
||||||
|
Reference in New Issue
Block a user