The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
SyscallManager::PostSyscallAction Struct Reference
+ Collaboration diagram for SyscallManager::PostSyscallAction:

Public Member Functions

 PostSyscallAction (const PostSyscallAction &)=delete
 
PostSyscallActionoperator= (const PostSyscallAction &)=delete
 

Public Attributes

PostSyscallActionKind kind
 
intptr_t value
 
union { 
 
   ProcessorState   state 
 
};  
 

Detailed Description

Definition at line 127 of file include/pedigree/kernel/processor/SyscallManager.h.

Constructor & Destructor Documentation

◆ PostSyscallAction()

SyscallManager::PostSyscallAction::PostSyscallAction ( )
inline

◆ ~PostSyscallAction()

SyscallManager::PostSyscallAction::~PostSyscallAction ( )
inline

Member Data Documentation

◆ kind

PostSyscallActionKind SyscallManager::PostSyscallAction::kind

◆ state

ProcessorState SyscallManager::PostSyscallAction::state

◆ value

intptr_t SyscallManager::PostSyscallAction::value

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