The Pedigree Project  0.1
Public Member Functions | Public Attributes | List of all members
PosixSubsystem::AlternateSignalStack Struct Reference

#include <PosixSubsystem.h>

+ Collaboration diagram for PosixSubsystem::AlternateSignalStack:

Public Member Functions

 AlternateSignalStack ()
 Default constructor.
 

Public Attributes

uintptr_t base
 The location of this stack.
 
size_t size
 Size of the stack.
 
bool inUse
 Are we to use this alternate stack rather than a normal stack?
 
bool enabled
 Enabled?
 

Detailed Description

Alternate signal stack

Todo:
Figure out how to make this work for more than just the current process (ie, work with CheckEventState... Which requires exposing parts of the POSIX subsystem to the scheduler - not good!).

Definition at line 182 of file PosixSubsystem.h.


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