Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

_pchain_t Struct Reference

#include <legOS/include/tm.h>

List of all members.


Public Members

priority_t priority
numeric priority level.

struct _pchain_t* next
lower priority chain.

struct _pchain_t* prev
higher priority chain.

struct _pdata_tcpid
current process in chain.


Detailed Description


Member Data Documentation

priority_t _pchain_t::priority

numeric priority level.

struct _pchain_t* _pchain_t::next

lower priority chain.

struct _pchain_t* _pchain_t::prev

higher priority chain.

struct _pdata_t* _pchain_t::cpid

current process in chain.


The documentation for this struct was generated from the following file: legOS-0.2.4 is released under the Mozilla Public License. Original code copyright 1998-1999 by the authors.