OpenDNSSEC-signer
1.4.6
|
#include <task.h>
Data Fields | |
allocator_type * | allocator |
task_id | what |
task_id | interrupt |
task_id | halted |
time_t | when |
time_t | halted_when |
time_t | backoff |
int | flush |
void * | zone |
allocator_type* task_struct::allocator |
Definition at line 55 of file task.h.
Referenced by task_cleanup(), and task_create().
time_t task_struct::backoff |
Definition at line 61 of file task.h.
Referenced by task_backup(), and task_create().
int task_struct::flush |
Definition at line 62 of file task.h.
Referenced by schedule_flush(), schedule_get_first_task(), schedule_pop_task(), schedule_task(), task2str(), task_backup(), task_create(), task_log(), task_print(), and unschedule_task().
task_id task_struct::halted |
Definition at line 58 of file task.h.
Referenced by task_backup(), task_create(), and zone_reschedule_task().
time_t task_struct::halted_when |
Definition at line 60 of file task.h.
Referenced by task_create(), and zone_reschedule_task().
task_id task_struct::interrupt |
Definition at line 57 of file task.h.
Referenced by task_backup(), task_create(), and zone_reschedule_task().
task_id task_struct::what |
Definition at line 56 of file task.h.
Referenced by reschedule_task(), schedule_flush(), schedule_task(), task2str(), task_backup(), task_compare(), task_create(), task_log(), task_print(), unschedule_task(), and zone_reschedule_task().
time_t task_struct::when |
Definition at line 59 of file task.h.
Referenced by reschedule_task(), schedule_pop_task(), task2str(), task_backup(), task_compare(), task_create(), task_log(), task_print(), zone_backup2(), and zone_reschedule_task().
void* task_struct::zone |
Definition at line 63 of file task.h.
Referenced by task_compare(), task_create(), and task_who2str().