Fairport  v1.0.38
fairport::disk::bth_header Struct Reference

Describes the BTH, including the size of the keys/values and the heap_id of the root allocation. More...

#include <disk.h>

+ Collaboration diagram for fairport::disk::bth_header:

List of all members.

Public Attributes

byte bth_signature
 Always heap_sig_bth.
byte key_size
 Key size in bytes.
byte entry_size
 Entry size in bytes.
byte num_levels
 Number of levels.
heap_id root
 Root of the actual tree structure.

Detailed Description

Describes the BTH, including the size of the keys/values and the heap_id of the root allocation.

See also:
[MS-PST] 2.3.2.1

Definition at line 1323 of file disk.h.


Member Data Documentation

Entry size in bytes.

Definition at line 1327 of file disk.h.

Key size in bytes.

Definition at line 1326 of file disk.h.

Number of levels.

Definition at line 1328 of file disk.h.

Root of the actual tree structure.

Definition at line 1329 of file disk.h.


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