Gearmand declarations. More...
#include <libgearman-server/server.h>
#include <libgearman-server/gearmand_thread.h>
#include <libgearman-server/gearmand_con.h>
Go to the source code of this file.
Functions | |
gearmand_st * | gearmand_create (const char *host, in_port_t port) |
void | gearmand_free (gearmand_st *gearmand) |
void | gearmand_set_backlog (gearmand_st *gearmand, int backlog) |
void | gearmand_set_job_retries (gearmand_st *gearmand, uint8_t job_retries) |
void | gearmand_set_threads (gearmand_st *gearmand, uint32_t threads) |
void | gearmand_set_log_fn (gearmand_st *gearmand, gearman_log_fn *function, const void *context, gearman_verbose_t verbose) |
gearman_return_t | gearmand_port_add (gearmand_st *gearmand, in_port_t port, gearman_con_add_fn *function) |
gearman_return_t | gearmand_run (gearmand_st *gearmand) |
void | gearmand_wakeup (gearmand_st *gearmand, gearmand_wakeup_t wakeup) |
Gearmand declarations.
Definition in file gearmand.h.