Gearmand Connection Definitions. More...
Go to the source code of this file.
Functions | |
static void | _con_ready (int fd, short events, void *arg) |
static gearman_return_t | _con_add (gearmand_thread_st *thread, gearmand_con_st *con) |
gearman_return_t | gearmand_con_create (gearmand_st *gearmand, int fd, const char *host, const char *port, gearman_connection_add_fn *add_fn) |
void | gearmand_con_free (gearmand_con_st *dcon) |
void | gearmand_con_check_queue (gearmand_thread_st *thread) |
gearman_return_t | gearmand_connection_watch (gearman_connection_st *con, short events, void *context __attribute__((unused))) |
static void | _con_ready (int fd __attribute__((unused)), short events, void *arg) |
Gearmand Connection Definitions.
Definition in file gearmand_con.c.
gearman_return_t gearmand_connection_watch | ( | gearman_connection_st * | con, |
short | events, | ||
void *context | __attribute__(unused) | ||
) |
Definition at line 182 of file gearmand_con.c.
static void _con_ready | ( | int fd | __attribute__(unused), |
short | events, | ||
void * | arg | ||
) | [static] |
Definition at line 229 of file gearmand_con.c.