OpenDNSSEC-signer  1.3.9
Data Fields
task_struct Struct Reference

#include <task.h>

Collaboration diagram for task_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
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

Detailed Description

Definition at line 57 of file task.h.


Field Documentation

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
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
time_t task_struct::when
const char* task_struct::who
void* task_struct::zone

Definition at line 67 of file task.h.

Referenced by task_create().


The documentation for this struct was generated from the following file: