gearman_task_st Struct Reference
[Task Declarations]
#include <task.h>
Public Types |
enum | {
GEARMAN_TASK_STATE_NEW,
GEARMAN_TASK_STATE_SUBMIT,
GEARMAN_TASK_STATE_WORKLOAD,
GEARMAN_TASK_STATE_WORK,
GEARMAN_TASK_STATE_CREATED,
GEARMAN_TASK_STATE_DATA,
GEARMAN_TASK_STATE_WARNING,
GEARMAN_TASK_STATE_STATUS,
GEARMAN_TASK_STATE_COMPLETE,
GEARMAN_TASK_STATE_EXCEPTION,
GEARMAN_TASK_STATE_FAIL,
GEARMAN_TASK_STATE_FINISHED
} |
Data Fields |
struct { |
bool allocated LIBGEARMAN_BITFIELD |
bool send_in_use LIBGEARMAN_BITFIELD |
bool is_known LIBGEARMAN_BITFIELD |
bool is_running LIBGEARMAN_BITFIELD |
} | options |
enum gearman_task_st:: { ... } | state |
uint32_t | created_id |
uint32_t | numerator |
uint32_t | denominator |
gearman_client_st * | client |
gearman_task_st * | next |
gearman_task_st * | prev |
void * | context |
gearman_connection_st * | con |
gearman_packet_st * | recv |
gearman_packet_st | send |
char | job_handle [GEARMAN_JOB_HANDLE_SIZE] |
Detailed Description
Definition at line 35 of file task.h.
Member Enumeration Documentation
- Enumerator:
GEARMAN_TASK_STATE_NEW |
|
GEARMAN_TASK_STATE_SUBMIT |
|
GEARMAN_TASK_STATE_WORKLOAD |
|
GEARMAN_TASK_STATE_WORK |
|
GEARMAN_TASK_STATE_CREATED |
|
GEARMAN_TASK_STATE_DATA |
|
GEARMAN_TASK_STATE_WARNING |
|
GEARMAN_TASK_STATE_STATUS |
|
GEARMAN_TASK_STATE_COMPLETE |
|
GEARMAN_TASK_STATE_EXCEPTION |
|
GEARMAN_TASK_STATE_FAIL |
|
GEARMAN_TASK_STATE_FINISHED |
|
Definition at line 43 of file task.h.
Field Documentation
The documentation for this struct was generated from the following file: