Connection Declarations. More...
Go to the source code of this file.
Data Structures | |
| struct | gearmand_con_st |
Functions | |
| 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) |
Connection Declarations.
Definition in file gearmand_con.h.
1.6.3