OpenDNSSEC-signer  1.4.8.2
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 halted_when
 
time_t backoff
 
int flush
 
void * zone
 

Detailed Description

Definition at line 54 of file task.h.

Field Documentation

allocator_type* task_struct::allocator

Definition at line 55 of file task.h.

Referenced by task_cleanup(), and task_create().

time_t task_struct::backoff

Definition at line 61 of file task.h.

Referenced by task_backup(), and task_create().

int task_struct::flush
task_id task_struct::halted

Definition at line 58 of file task.h.

Referenced by task_backup(), task_create(), and zone_reschedule_task().

time_t task_struct::halted_when

Definition at line 60 of file task.h.

Referenced by task_create(), and zone_reschedule_task().

task_id task_struct::interrupt

Definition at line 57 of file task.h.

Referenced by task_backup(), task_create(), and zone_reschedule_task().

task_id task_struct::what
time_t task_struct::when
void* task_struct::zone

Definition at line 63 of file task.h.

Referenced by task_compare(), task_create(), and task_who2str().


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