The Pedigree Project 0.1
Public Attributes | List of all members
PosixWait::Request Struct Reference
+ Collaboration diagram for PosixWait::Request:

Public Attributes

Selector selector = Selector::All
 
int32_t id = 0
 
unsigned events = Exited
 
bool noHang = false
 
bool noWait = false
 
bool traceStops = false
 

Detailed Description

Definition at line 12 of file wait-state.h.

Member Data Documentation

◆ events

unsigned PosixWait::Request::events = Exited

Definition at line 15 of file wait-state.h.

◆ id

int32_t PosixWait::Request::id = 0

Definition at line 14 of file wait-state.h.

◆ noHang

bool PosixWait::Request::noHang = false

Definition at line 16 of file wait-state.h.

◆ noWait

bool PosixWait::Request::noWait = false

Definition at line 17 of file wait-state.h.

◆ selector

Selector PosixWait::Request::selector = Selector::All

Definition at line 13 of file wait-state.h.

◆ traceStops

bool PosixWait::Request::traceStops = false

Definition at line 18 of file wait-state.h.


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