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

Public Attributes

int32_t pid = 0
 
int32_t cause = 0
 
int32_t status = 0
 
uint32_t uid = 0
 
uint64_t userNanoseconds = 0
 
uint64_t kernelNanoseconds = 0
 

Detailed Description

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

Member Data Documentation

◆ cause

int32_t PosixWait::Report::cause = 0

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

◆ kernelNanoseconds

uint64_t PosixWait::Report::kernelNanoseconds = 0

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

◆ pid

int32_t PosixWait::Report::pid = 0

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

◆ status

int32_t PosixWait::Report::status = 0

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

◆ uid

uint32_t PosixWait::Report::uid = 0

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

◆ userNanoseconds

uint64_t PosixWait::Report::userNanoseconds = 0

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


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