sds_bptree_node_list - Man Page

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.

Info

Version 3.0.2 dirsrv