My Kernel v0.1.0
tree_node Struct Reference

A single node inside a tree.

#include <tree.h>

Data Fields

node_t this
 Linked list node used to link children together.
 
struct tree_nodeparent
 Parent node.
 
llist_t children
 Linked list of children of this node.
 

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