#include <structs.h>
Data Fields | |
gearman_conf_options_t | options |
gearman_return_t | last_return |
int | last_errno |
size_t | module_count |
size_t | option_count |
size_t | short_count |
gearman_conf_module_st ** | module_list |
gearman_conf_option_st * | option_list |
struct option * | option_getopt |
char | option_short [GEARMAN_CONF_MAX_OPTION_SHORT] |
char | last_error [GEARMAN_MAX_ERROR_SIZE] |
Definition at line 302 of file structs.h.
size_t gearman_conf_st::short_count |
struct option* gearman_conf_st::option_getopt [read] |
char gearman_conf_st::option_short[GEARMAN_CONF_MAX_OPTION_SHORT] |
char gearman_conf_st::last_error[GEARMAN_MAX_ERROR_SIZE] |