LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::deadline Struct Reference

A time deadline in either relative-to-now or absolute (system clock) terms. More...

#include "deadline.h"

Public Attributes

bool steady
 True if deadline does not change with system clock changes.
 
union { 
 
   struct timespec   utc 
 System time from timespec_get(&ts, TIME_UTC)
 
   unsigned long long   nsecs 
 Nanosecond ticks from start of operation.
 
};  
 

Detailed Description

A time deadline in either relative-to-now or absolute (system clock) terms.


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