|
RTS API Documentation
1.10.11
|
#include <switch_types.h>
Collaboration diagram for switch_waitlist_s:Data Fields | |
| switch_os_socket_t | sock |
| uint32_t | events |
| uint32_t | revents |
Definition at line 2760 of file switch_types.h.
| uint32_t switch_waitlist_s::events |
Definition at line 2762 of file switch_types.h.
Referenced by switch_wait_socklist().
| uint32_t switch_waitlist_s::revents |
Definition at line 2763 of file switch_types.h.
Referenced by switch_util_quote_shell_arg_pool(), and switch_wait_socklist().
| switch_os_socket_t switch_waitlist_s::sock |
Definition at line 2761 of file switch_types.h.
Referenced by switch_util_quote_shell_arg_pool(), and switch_wait_socklist().
1.8.13