| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct { | ||
| struct ast_sip_session_sdp_handler * first | ||
| struct ast_sip_session_sdp_handler * last | ||
| } | list | |
| char | stream_type [1] | |
These are the objects in the sdp_handlers container
Definition at line 100 of file res_pjsip_session.c.
| struct ast_sip_session_sdp_handler* first | 
Definition at line 102 of file res_pjsip_session.c.
| struct ast_sip_session_sdp_handler* last | 
Definition at line 102 of file res_pjsip_session.c.
| struct { ... } list | 
Referenced by remove_handler(), and stream_destroy().
| char stream_type[1] | 
Definition at line 104 of file res_pjsip_session.c.
Referenced by ast_sip_session_register_sdp_handler(), sdp_handler_list_cmp(), and sdp_handler_list_hash().