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:
Mark Spencer
2004-05-20 16:30:10 +00:00
parent e1b72cf020
commit 6195dd35e0
13 changed files with 153 additions and 95 deletions

View File

@@ -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
/*!