- Fixes to ast_channel_lock functions

- New get_sip_pvt_byid function (not really used correctly yet...)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-04-16 12:57:15 +00:00
parent 4c9c289a5d
commit 4a312a044d
3 changed files with 36 additions and 7 deletions

View File

@@ -4217,7 +4217,7 @@ int ast_channel_lock(struct ast_channel *chan)
/*! \brief Lock AST channel (and print debugging output)
\note You need to enable DEBUG_CHANNEL_LOCKS for this function */
int __ast_channel_trylock(struct ast_channel *chan)
int ast_channel_trylock(struct ast_channel *chan)
{
int res;