|
Asterisk - The Open Source Telephony Project
18.5.0
|
struct controlling the suspension of the session's serializer. More...
Data Fields | |
| int | complete |
| ast_cond_t | cond_complete |
| ast_cond_t | cond_suspended |
| int | suspended |
struct controlling the suspension of the session's serializer.
Definition at line 3111 of file res_pjsip_session.c.
| int complete |
Definition at line 3115 of file res_pjsip_session.c.
Referenced by ast_sip_session_unsuspend(), and sip_session_suspend_task().
| ast_cond_t cond_complete |
Definition at line 3113 of file res_pjsip_session.c.
Referenced by ast_sip_session_suspend(), ast_sip_session_unsuspend(), sip_session_suspend_task(), and sip_session_suspender_dtor().
| ast_cond_t cond_suspended |
Definition at line 3112 of file res_pjsip_session.c.
Referenced by ast_sip_session_suspend(), sip_session_suspend_task(), and sip_session_suspender_dtor().
| int suspended |
Definition at line 3114 of file res_pjsip_session.c.
Referenced by ast_sip_session_suspend(), and sip_session_suspend_task().
1.8.13