Lely core libraries 2.3.4
itimerspec Struct Reference

A struct specifying an interval and initial value for a timer. More...

#include <time.h>

Collaboration diagram for itimerspec:

Data Fields

struct timespec it_interval
 The timer period.
 
struct timespec it_value
 The timer expiration.
 

Detailed Description

A struct specifying an interval and initial value for a timer.

Definition at line 100 of file time.h.


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