sds_bptree_node_list(3)
| sds_bptree_node_list(3) | Library Functions Manual | sds_bptree_node_list(3) |
NAME
sds_bptree_node_list
SYNOPSIS
#include <sds.h>
Data Fields
uint32_t checksum
struct _sds_bptree_node * node
struct _sds_bptree_node_list * next
Detailed Description
sds_bptree_node_list stores a linked list of sds_bptree_nodes for tracking. Internally this is used extensively for transaction references.
Field Documentation
uint32_t sds_bptree_node_list::checksum
checksum of the node list item.
struct _sds_bptree_node_list* sds_bptree_node_list::next
Pointer to the next node list item. NULL indicates list termination.
struct _sds_bptree_node* sds_bptree_node_list::node
Pointer to the node item.
Author
Generated automatically by Doxygen for dirsrv from the source code.
| Version 3.1.4 | dirsrv |
