OpenDNSSEC-signer 1.3.0rc3
|
#include <schedule.h>
Data Fields | |
allocator_type * | allocator |
ldns_rbtree_t * | tasks |
int | flushcount |
int | loading |
lock_basic_type | schedule_lock |
Definition at line 60 of file schedule.h.
Definition at line 61 of file schedule.h.
Referenced by schedule_cleanup(), and schedule_create().
Definition at line 63 of file schedule.h.
Referenced by schedule_create(), schedule_flush(), schedule_get_first_task(), schedule_task(), and unschedule_task().
Definition at line 64 of file schedule.h.
Referenced by schedule_create().
Definition at line 65 of file schedule.h.
Referenced by engine_update_zones(), schedule_cleanup(), and schedule_create().
ldns_rbtree_t* schedule_struct::tasks |
Definition at line 62 of file schedule.h.
Referenced by schedule_cleanup(), schedule_create(), schedule_flush(), schedule_get_first_task(), schedule_lookup_task(), schedule_pop_task(), schedule_print(), schedule_task(), and unschedule_task().