|
OpenDNSSEC-signer
1.3.9
|
#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.
| allocator_type* schedule_struct::allocator |
Definition at line 61 of file schedule.h.
Referenced by schedule_cleanup(), and schedule_create().
| int schedule_struct::flushcount |
Definition at line 63 of file schedule.h.
Referenced by schedule_create(), schedule_flush(), schedule_get_first_task(), schedule_task(), and unschedule_task().
| int schedule_struct::loading |
Definition at line 64 of file schedule.h.
Referenced by schedule_create().
| lock_basic_type schedule_struct::schedule_lock |
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().
1.8.1.2