RTEMS 6.1-rc4
|
This structure represents a chain node. More...
#include <chain.h>
Data Fields | |
struct Chain_Node * | next |
struct Chain_Node * | previous |
This structure represents a chain node.
This is used to manage each element (node) which is placed on a chain.
struct Chain_Node* Chain_Node::next |
This points to the node after this one on this chain.
struct Chain_Node* Chain_Node::previous |
This points to the node immediate prior to this one on this chain.