Gearman Declarations. More...
#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>
Go to the source code of this file.
Defines | |
#define | gearman_timeout(__object) ((__object)->gearman.timeout) |
#define | gearman_set_timeout(__object, __value) ((__object)->gearman.timeout)=(__value); |
Functions | |
const char * | gearman_version (void) |
const char * | gearman_bugreport (void) |
const char * | gearman_verbose_name (gearman_verbose_t verbose) |
gearman_return_t | gearman_parse_servers (const char *servers, gearman_parse_server_fn *callback, void *context) |
Gearman Declarations.
Definition in file gearman.h.