#include <structs.h>
Data Fields | |
gearmand_options_t | options |
gearman_verbose_t | verbose |
gearman_return_t | ret |
int | backlog |
uint32_t | port_count |
uint32_t | threads |
uint32_t | thread_count |
uint32_t | free_dcon_count |
uint32_t | max_thread_free_dcon_count |
int | wakeup_fd [2] |
const char * | host |
gearman_log_fn * | log_fn |
const void * | log_context |
struct event_base * | base |
gearmand_port_st * | port_list |
gearmand_thread_st * | thread_list |
gearmand_thread_st * | thread_add_next |
gearmand_con_st * | free_dcon_list |
gearman_server_st | server |
struct event | wakeup_event |
Definition at line 220 of file structs.h.
uint32_t gearmand_st::port_count |
uint32_t gearmand_st::threads |
uint32_t gearmand_st::thread_count |
uint32_t gearmand_st::free_dcon_count |
int gearmand_st::wakeup_fd[2] |
const char* gearmand_st::host |
const void* gearmand_st::log_context |
struct event_base* gearmand_st::base [read] |
struct event gearmand_st::wakeup_event [read] |