Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
A doubly-linked node that points to its predecessor and successor. More...
#include <linked_list.h>
Data Fields | |
ListItem * | ln_prev_p |
A pointer to the previous ListItem. More... | |
ListItem * | ln_next_p |
A pointer to the next ListItem. More... | |
A doubly-linked node that points to its predecessor and successor.