MAN page from openSUSE Tumbleweed 389-ds-devel-1.4.0.3-63.4.i586.rpm
sds_bptree_node_list
Section: dirsrv (3)
Updated: Tue Jul 31 2018
Index 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.
Index
- NAME
- SYNOPSIS
- Data Fields
- Detailed Description
- Field Documentation
- uint32_t sds_bptree_node_list::checksum
- struct _sds_bptree_node_list* sds_bptree_node_list::next
- struct _sds_bptree_node* sds_bptree_node_list::node
- Author
This document was created byman2html,using the manual pages.