mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user