|
OpenDNSSEC-signer
1.4.9
|
#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(), task_create(), and worker_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(), worker_create(), and zone_reschedule_task().
| time_t task_struct::halted_when |
Definition at line 60 of file task.h.
Referenced by task_create(), worker_create(), and zone_reschedule_task().
| task_id task_struct::interrupt |
Definition at line 57 of file task.h.
Referenced by task_backup(), task_create(), worker_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(), worker_create(), 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(), worker_create(), zone_backup2(), and zone_reschedule_task().
| void* task_struct::zone |
Definition at line 63 of file task.h.
Referenced by task_compare(), task_create(), task_who2str(), and worker_create().
1.8.11