Data Fields | |
struct { | |
bool packet_in_use:1 | |
bool change:1 | |
bool remove:1 | |
} | options |
struct _worker_function_st * | next |
struct _worker_function_st * | prev |
char * | function_name |
size_t | function_length |
gearman_worker_fn * | worker_fn |
void * | context |
gearman_packet_st | packet |
Private structure.
Definition at line 19 of file worker.c.
struct { ... } _worker_function_st::options |