MAN page from OpenSuSE 389-ds-devel-3.1.4+e2562f589-210.1.x86_64.rpm
sds_ht_node
Section: C Library Functions (3)
Updated: Version 3.1.4
Index NAME
sds_ht_node
SYNOPSIS
#include <sds.h>
Data Fields
uint32_t checksum
uint64_t txn_id
uint_fast32_t count
struct _sds_ht_node * parent
size_t parent_slot
sds_ht_slot slots [HT_SLOTS]
Detailed Description
ht node
Field Documentation
uint32_t sds_ht_node::checksum
the checksum
uint_fast32_t sds_ht_node::count
the count
struct _sds_ht_node* sds_ht_node::parent
the parent
size_t sds_ht_node::parent_slot
the parent slot
sds_ht_slot sds_ht_node::slots[HT_SLOTS]
the slots
uint64_t sds_ht_node::txn_id
transaction id
Author
Generated automatically by Doxygen for dirsrv from the source code.
Index
- NAME
- SYNOPSIS
- Data Fields
- Detailed Description
- Field Documentation
- uint32_t sds_ht_node::checksum
- uint_fast32_t sds_ht_node::count
- struct _sds_ht_node* sds_ht_node::parent
- size_t sds_ht_node::parent_slot
- sds_ht_slot sds_ht_node::slots[HT_SLOTS]
- uint64_t sds_ht_node::txn_id
- Author
This document was created byman2html,using the manual pages.