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

Public Attributes

int fd
 
size_t size
 
volatile int started
 
volatile int done
 
volatile int handled
 
ssize_t result
 
int error
 
unsigned char bytes [256]
 

Detailed Description

Definition at line 9 of file waits.c.

Member Data Documentation

◆ bytes

unsigned char reader::bytes[256]

Definition at line 15 of file waits.c.

◆ done

volatile int reader::done

Definition at line 12 of file waits.c.

◆ error

int reader::error

Definition at line 14 of file waits.c.

◆ fd

int reader::fd

Definition at line 10 of file waits.c.

◆ handled

volatile int reader::handled

Definition at line 12 of file waits.c.

◆ result

ssize_t reader::result

Definition at line 13 of file waits.c.

◆ size

size_t reader::size

Definition at line 11 of file waits.c.

◆ started

volatile int reader::started

Definition at line 12 of file waits.c.


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