|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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 3131 of file res_pjsip_session.c.
| int complete |
Definition at line 3135 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 3133 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 3132 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 3134 of file res_pjsip_session.c.
Referenced by ast_sip_session_suspend(), and sip_session_suspend_task().