OpenDNSSEC-signer  2.0.4
Data Fields
task_struct Struct Reference

#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_typezone
 

Detailed Description

Task.

Definition at line 56 of file task.h.

Field Documentation

◆ backoff

time_t task_struct::backoff

Definition at line 62 of file task.h.

Referenced by task_create().

◆ flush

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().

◆ halted

task_id task_struct::halted

Definition at line 59 of file task.h.

Referenced by task_create().

◆ halted_when

time_t task_struct::halted_when

Definition at line 61 of file task.h.

Referenced by task_create().

◆ interrupt

task_id task_struct::interrupt

Definition at line 58 of file task.h.

Referenced by task_create().

◆ what

task_id task_struct::what

Definition at line 57 of file task.h.

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

◆ when

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

zone_type* task_struct::zone

Definition at line 64 of file task.h.

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


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