Data Fields | |
apr_socket_t * | sock |
apr_pool_t * | pool |
Definition at line 69 of file thread.c.
apr_socket_t* worker_thread_args::sock |
Socket to use by the thread
Definition at line 70 of file thread.c.
Referenced by setup_thread(), and worker_thread_main().
apr_pool_t* worker_thread_args::pool |
Thread's memory pool
Definition at line 71 of file thread.c.
Referenced by setup_thread(), and worker_thread_main().