mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +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:
@@ -784,7 +784,7 @@ int ast_channel_unlock(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);
|
||||
#endif
|
||||
|
||||
#endif /* _ASTERISK_LOCK_H */
|
||||
|
||||
Reference in New Issue
Block a user