#include <universal.h>
Data Fields | |
struct { | |
bool allocated LIBGEARMAN_BITFIELD | |
bool dont_track_packets LIBGEARMAN_BITFIELD | |
bool non_blocking LIBGEARMAN_BITFIELD | |
bool stored_non_blocking LIBGEARMAN_BITFIELD | |
} | options |
gearman_verbose_t | verbose |
uint32_t | con_count |
uint32_t | packet_count |
uint32_t | pfds_size |
uint32_t | sending |
int | last_errno |
int | timeout |
gearman_connection_st * | con_list |
gearman_packet_st * | packet_list |
struct pollfd * | pfds |
gearman_log_fn * | log_fn |
void * | log_context |
gearman_event_watch_fn * | event_watch_fn |
void * | event_watch_context |
gearman_malloc_fn * | workload_malloc_fn |
void * | workload_malloc_context |
gearman_free_fn * | workload_free_fn |
void * | workload_free_context |
char | last_error [GEARMAN_MAX_ERROR_SIZE] |
Definition at line 24 of file universal.h.
bool allocated gearman_universal_st::LIBGEARMAN_BITFIELD |
Definition at line 27 of file universal.h.
bool dont_track_packets gearman_universal_st::LIBGEARMAN_BITFIELD |
Definition at line 28 of file universal.h.
bool non_blocking gearman_universal_st::LIBGEARMAN_BITFIELD |
Definition at line 29 of file universal.h.
bool stored_non_blocking gearman_universal_st::LIBGEARMAN_BITFIELD |
Definition at line 30 of file universal.h.
struct { ... } gearman_universal_st::options |
Definition at line 32 of file universal.h.
uint32_t gearman_universal_st::con_count |
Definition at line 33 of file universal.h.
uint32_t gearman_universal_st::packet_count |
Definition at line 34 of file universal.h.
uint32_t gearman_universal_st::pfds_size |
Definition at line 35 of file universal.h.
uint32_t gearman_universal_st::sending |
Definition at line 36 of file universal.h.
Definition at line 37 of file universal.h.
Definition at line 38 of file universal.h.
Definition at line 39 of file universal.h.
Definition at line 40 of file universal.h.
struct pollfd* gearman_universal_st::pfds |
Definition at line 41 of file universal.h.
Definition at line 42 of file universal.h.
Definition at line 43 of file universal.h.
Definition at line 44 of file universal.h.
Definition at line 45 of file universal.h.
Definition at line 46 of file universal.h.
Definition at line 47 of file universal.h.
Definition at line 48 of file universal.h.
Definition at line 49 of file universal.h.
char gearman_universal_st::last_error[GEARMAN_MAX_ERROR_SIZE] |
Definition at line 50 of file universal.h.