|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

Data Fields | |
| int | change_detected |
| char * | id |
| struct ast_sip_transport_state * | state |
| Transport state information. | |
| struct ast_sip_transport * | transport |
| Transport configuration object. | |
Definition at line 42 of file config_transport.c.
| int change_detected |
Set if there was a change detected
Definition at line 45 of file config_transport.c.
| char* id |
Definition at line 43 of file config_transport.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), internal_state_alloc(), internal_state_cmp(), and internal_state_hash().
| struct ast_sip_transport_state* state |
Transport state information.
Definition at line 49 of file config_transport.c.
Referenced by find_state_by_transport(), and internal_state_alloc().
| struct ast_sip_transport* transport |
Transport configuration object.
Definition at line 47 of file config_transport.c.
Referenced by find_internal_state_by_transport(), and internal_state_alloc().