OpenDNSSEC-signer
2.0.2
|
#include <task.h>
Data Fields | |
task_id | what |
task_id | interrupt |
task_id | halted |
time_t | when |
time_t | halted_when |
time_t | backoff |
int | flush |
zone_type * | zone |
time_t task_struct::backoff |
Definition at line 62 of file task.h.
Referenced by task_create().
int task_struct::flush |
Definition at line 63 of file task.h.
Referenced by schedule_get_first_task(), schedule_pop_task(), task2str(), and task_create().
task_id task_struct::halted |
Definition at line 59 of file task.h.
Referenced by task_create().
time_t task_struct::halted_when |
Definition at line 61 of file task.h.
Referenced by task_create().
task_id task_struct::interrupt |
Definition at line 58 of file task.h.
Referenced by task_create().
task_id task_struct::what |
Definition at line 57 of file task.h.
Referenced by task2str(), task_compare(), and task_create().
time_t task_struct::when |
Definition at line 60 of file task.h.
Referenced by schedule_pop_task(), task2str(), task_compare(), task_create(), task_log(), and zone_backup2().
zone_type* task_struct::zone |
Definition at line 64 of file task.h.
Referenced by task_compare(), task_create(), and task_who2str().