#include <chain.h>

Data Fields | |
| Chain_Node * | next |
| Chain_Node * | previous |
This points to the node after to this one on this chain.
Referenced by _Chain_Append_unprotected(), _Chain_Extract_unprotected(), _Chain_Get_first_unprotected(), _Chain_Insert_unprotected(), _Chain_Is_last(), and _Watchdog_Next().
This points to the node immediate prior to this one on this chain.
Referenced by _Chain_Append_unprotected(), _Chain_Extract_unprotected(), _Chain_Get_first_unprotected(), _Chain_Insert_unprotected(), _Chain_Is_first(), and _Watchdog_Previous().
1.5.6