|
RTS API Documentation
1.10.11
|
Collaboration diagram for worker_helper:Data Fields | |
| int | debug |
| switch_memory_pool_t * | pool |
| switch_msrp_client_socket_t | csock |
| switch_msrp_session_t * | msrp_session |
Definition at line 75 of file switch_msrp.c.
| switch_msrp_client_socket_t worker_helper::csock |
Definition at line 78 of file switch_msrp.c.
Referenced by msrp_listener(), msrp_worker(), and switch_msrp_start_client().
| int worker_helper::debug |
Definition at line 76 of file switch_msrp.c.
Referenced by msrp_listener(), msrp_worker(), and switch_msrp_start_client().
| switch_msrp_session_t* worker_helper::msrp_session |
Definition at line 79 of file switch_msrp.c.
Referenced by msrp_worker(), and switch_msrp_start_client().
| switch_memory_pool_t* worker_helper::pool |
Definition at line 77 of file switch_msrp.c.
Referenced by msrp_listener(), msrp_worker(), and switch_msrp_start_client().
1.8.13