#include <gearmand_con.h>
Data Fields | |
short | last_events |
int | fd |
gearmand_thread_st * | thread |
gearmand_con_st * | next |
gearmand_con_st * | prev |
gearman_server_con_st * | server_con |
gearman_connection_st * | con |
gearman_connection_add_fn * | add_fn |
struct event | event |
char | host [NI_MAXHOST] |
char | port [NI_MAXSERV] |
Definition at line 30 of file gearmand_con.h.
Definition at line 32 of file gearmand_con.h.
Definition at line 33 of file gearmand_con.h.
Definition at line 34 of file gearmand_con.h.
Definition at line 35 of file gearmand_con.h.
Definition at line 36 of file gearmand_con.h.
Definition at line 37 of file gearmand_con.h.
Definition at line 38 of file gearmand_con.h.
Definition at line 39 of file gearmand_con.h.
struct event gearmand_con_st::event |
Definition at line 40 of file gearmand_con.h.
char gearmand_con_st::host[NI_MAXHOST] |
Definition at line 41 of file gearmand_con.h.
char gearmand_con_st::port[NI_MAXSERV] |
Definition at line 42 of file gearmand_con.h.