mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Make ast_channel_walk become ast_channel_walk_locked
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -624,8 +624,9 @@ int ast_recvchar(struct ast_channel *chan, int timeout);
|
||||
* \param prev where you want to start in the channel list
|
||||
* Browse the channels currently in use
|
||||
* Returns the next channel in the list, NULL on end.
|
||||
* If it returns a channel, that channel *has been locked*!
|
||||
*/
|
||||
struct ast_channel *ast_channel_walk(struct ast_channel *prev);
|
||||
struct ast_channel *ast_channel_walk_locked(struct ast_channel *prev);
|
||||
|
||||
//! Waits for a digit
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user