Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_sip_session_suspender Struct Reference

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
 

Detailed Description

struct controlling the suspension of the session's serializer.

Definition at line 3131 of file res_pjsip_session.c.

Field Documentation

◆ complete

int complete

Definition at line 3135 of file res_pjsip_session.c.

Referenced by ast_sip_session_unsuspend(), and sip_session_suspend_task().

◆ cond_complete

ast_cond_t cond_complete

◆ cond_suspended

ast_cond_t cond_suspended

◆ suspended

int suspended

Definition at line 3134 of file res_pjsip_session.c.

Referenced by ast_sip_session_suspend(), and sip_session_suspend_task().


The documentation for this struct was generated from the following file: