#include <conf.h>
Data Fields | |
| struct { | |
| bool allocated | |
| } | 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 37 of file conf.h.
| struct { ... } gearman_conf_st::options |
| size_t gearman_conf_st::short_count |
| struct option* gearman_conf_st::option_getopt |
| char gearman_conf_st::option_short[GEARMAN_CONF_MAX_OPTION_SHORT] |
| char gearman_conf_st::last_error[GEARMAN_MAX_ERROR_SIZE] |
1.6.3