OpenDNSSEC-signer 1.2.1
|
#include <task.h>
Data Fields | |
task_id | what |
time_t | when |
time_t | backoff |
const char * | who |
ldns_rdf * | dname |
struct zone_struct * | zone |
int | flush |
time_t task_struct::backoff |
Definition at line 73 of file task.h.
Referenced by task_backup(), task_create(), and task_recover_from_backup().
ldns_rdf* task_struct::dname |
Definition at line 75 of file task.h.
Referenced by task_cleanup(), task_compare(), and task_create().
Definition at line 77 of file task.h.
Referenced by task2str(), task_backup(), task_create(), task_print(), task_recover_from_backup(), tasklist_flush(), and tasklist_pop_task().
Definition at line 71 of file task.h.
Referenced by task2str(), task_backup(), task_create(), task_print(), tasklist_flush(), tasklist_schedule_task(), worker_perform_task(), worker_start(), zone_recover_from_backup(), and zone_update_signconf().
time_t task_struct::when |
Definition at line 72 of file task.h.
Referenced by task2str(), task_backup(), task_compare(), task_create(), task_print(), tasklist_pop_task(), worker_perform_task(), worker_start(), and zone_update_signconf().
const char* task_struct::who |
Definition at line 74 of file task.h.
Referenced by engine_search_workers(), task2str(), task_backup(), task_cleanup(), task_create(), task_print(), tasklist_pop_task(), tasklist_schedule_task(), worker_perform_task(), and worker_start().
struct zone_struct* task_struct::zone |
Definition at line 76 of file task.h.
Referenced by task_create(), tasklist_schedule_task(), worker_perform_task(), and worker_start().