mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Add private lock deadlock avoidance callback to PRI and SS7.
Factor out the equivalent function for analog. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -105,6 +105,8 @@ struct sig_ss7_callback {
|
||||
void (* const unlock_private)(void *pvt);
|
||||
/* Lock the private in the signaling private structure. */
|
||||
void (* const lock_private)(void *pvt);
|
||||
/* Do deadlock avoidance for the private signaling structure lock. */
|
||||
void (* const deadlock_avoidance_private)(void *pvt);
|
||||
|
||||
int (* const set_echocanceller)(void *pvt, int enable);
|
||||
void (* const set_loopback)(void *pvt, int enable);
|
||||
|
Reference in New Issue
Block a user