#include <gearmand.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 |
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 57 of file gearmand.h.
Definition at line 59 of file gearmand.h.
Definition at line 60 of file gearmand.h.
Definition at line 61 of file gearmand.h.
Definition at line 62 of file gearmand.h.
uint32_t gearmand_st::port_count |
Definition at line 63 of file gearmand.h.
uint32_t gearmand_st::threads |
Definition at line 64 of file gearmand.h.
uint32_t gearmand_st::thread_count |
Definition at line 65 of file gearmand.h.
uint32_t gearmand_st::free_dcon_count |
Definition at line 66 of file gearmand.h.
Definition at line 67 of file gearmand.h.
int gearmand_st::wakeup_fd[2] |
Definition at line 68 of file gearmand.h.
const char* gearmand_st::host |
Definition at line 69 of file gearmand.h.
Definition at line 70 of file gearmand.h.
void* gearmand_st::log_context |
Definition at line 71 of file gearmand.h.
struct event_base* gearmand_st::base |
Definition at line 72 of file gearmand.h.
Definition at line 73 of file gearmand.h.
Definition at line 74 of file gearmand.h.
Definition at line 75 of file gearmand.h.
Definition at line 76 of file gearmand.h.
Definition at line 77 of file gearmand.h.
struct event gearmand_st::wakeup_event |
Definition at line 78 of file gearmand.h.