mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merged revisions 193461 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r193461 | russell | 2009-05-09 06:33:09 -0500 (Sat, 09 May 2009) | 2 lines Minor documentation update for ast_event_queue(). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@193462 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -344,12 +344,13 @@ void ast_event_destroy(struct ast_event *event);
|
|||||||
* \param event the event to be queued
|
* \param event the event to be queued
|
||||||
*
|
*
|
||||||
* \retval zero success
|
* \retval zero success
|
||||||
* \retval non-zero failure
|
* \retval non-zero failure. Note that the caller of this function is
|
||||||
|
* responsible for destroying the event in the case of a failure.
|
||||||
*
|
*
|
||||||
* This function queues an event to be dispatched to all of the appropriate
|
* This function queues an event to be dispatched to all of the appropriate
|
||||||
* subscribers. This function will not block while the event is being
|
* subscribers. This function will not block while the event is being
|
||||||
* dispatched because a pool of event dispatching threads handle the event
|
* dispatched because the event is queued up for a dispatching thread
|
||||||
* queue.
|
* to handle.
|
||||||
*/
|
*/
|
||||||
int ast_event_queue(struct ast_event *event);
|
int ast_event_queue(struct ast_event *event);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user