#include <worker.h>
Data Fields | |
struct { | |
bool allocated | |
} | options |
uint32_t | job_count |
uint32_t | timeout |
gearman_server_con_st * | con |
gearman_server_worker_st * | con_next |
gearman_server_worker_st * | con_prev |
gearman_server_function_st * | function |
gearman_server_worker_st * | function_next |
gearman_server_worker_st * | function_prev |
gearman_server_job_st * | job_list |
struct { ... } gearman_server_worker_st::options |
uint32_t gearman_server_worker_st::job_count |
uint32_t gearman_server_worker_st::timeout |