My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
timeout_list Struct Reference

An entry in the linked list of timeouts. More...

#include <worker_thread.h>

Public Attributes

struct timespec time
 
struct timeout_listnext
 

Detailed Description

An entry in the linked list of timeouts.

Definition at line 34 of file worker_thread.h.

Member Data Documentation

struct timeout_list* timeout_list::next

Definition at line 36 of file worker_thread.h.

struct timespec timeout_list::time

Definition at line 35 of file worker_thread.h.


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