Gearmand Declarations. More...
#include <libgearman/gearman.h>
#include <inttypes.h>
#include <stdbool.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <poll.h>
#include <sys/uio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <libgearman/visibility.h>
#include <libgearman/configure.h>
#include <libgearman/constants.h>
#include <libgearman/strerror.h>
#include <libgearman/core.h>
#include <libgearman/task.h>
#include <libgearman/job.h>
#include <libgearman/worker.h>
#include <libgearman/client.h>
#include <event.h>
Go to the source code of this file.
Data Structures | |
struct | gearmand_port_st |
struct | gearmand_st |
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_worker_wakeup (gearmand_st *gearmand, uint8_t worker_wakeup) |
void | gearmand_set_threads (gearmand_st *gearmand, uint32_t threads) |
void | gearmand_set_log_fn (gearmand_st *gearmand, gearman_log_fn *function, void *context, gearman_verbose_t verbose) |
gearman_return_t | gearmand_port_add (gearmand_st *gearmand, in_port_t port, gearman_connection_add_fn *function) |
gearman_return_t | gearmand_run (gearmand_st *gearmand) |
void | gearmand_wakeup (gearmand_st *gearmand, gearmand_wakeup_t wakeup) |
void | gearmand_set_round_robin (gearmand_st *gearmand, bool round_robin) |
Gearmand Declarations.
Definition in file gearmand.h.