|
OpenDNSSEC-signer
1.3.9
|
#include <task.h>

Data Fields | |
| allocator_type * | allocator |
| task_id | what |
| task_id | interrupt |
| task_id | halted |
| time_t | when |
| time_t | backoff |
| int | flush |
| const char * | who |
| ldns_rdf * | dname |
| void * | zone |
| allocator_type* task_struct::allocator |
Definition at line 58 of file task.h.
Referenced by task_cleanup(), and task_create().
| time_t task_struct::backoff |
Definition at line 63 of file task.h.
Referenced by task_backup(), task_create(), and task_recover_from_backup().
| ldns_rdf* task_struct::dname |
Definition at line 66 of file task.h.
Referenced by task_cleanup(), task_compare(), and task_create().
| int task_struct::flush |
Definition at line 64 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(), task_recover_from_backup(), and unschedule_task().
| task_id task_struct::halted |
Definition at line 61 of file task.h.
Referenced by engine_update_zones(), task_backup(), and task_create().
| task_id task_struct::interrupt |
Definition at line 60 of file task.h.
Referenced by engine_update_zones(), task_backup(), and task_create().
| task_id task_struct::what |
Definition at line 59 of file task.h.
Referenced by engine_update_zones(), reschedule_task(), schedule_flush(), schedule_task(), task2str(), task_backup(), task_compare(), task_create(), task_log(), task_print(), and unschedule_task().
| time_t task_struct::when |
Definition at line 62 of file task.h.
Referenced by engine_update_zones(), reschedule_task(), schedule_pop_task(), task2str(), task_backup(), task_compare(), task_create(), task_log(), and task_print().
| const char* task_struct::who |
Definition at line 65 of file task.h.
Referenced by schedule_pop_task(), schedule_task(), task2str(), task_cleanup(), task_create(), task_log(), task_print(), and unschedule_task().
| void* task_struct::zone |
Definition at line 67 of file task.h.
Referenced by task_create().
1.8.1.2