Structure of the entry payload within an internal (non-leaf) node. More...
Data Fields | |
unsigned char | magic [1] |
CCN_BT_INTERNAL_MAGIC. | |
unsigned char | pad [3] |
must be zero | |
unsigned char | child [4] |
nodeid of a child |
Structure of the entry payload within an internal (non-leaf) node.
Definition at line 201 of file btree.h.
unsigned char ccn_btree_internal_payload::child[4] |
nodeid of a child
Definition at line 204 of file btree.h.
Referenced by ccn_btree_index_in_parent(), and ccn_btree_split().
unsigned char ccn_btree_internal_payload::magic[1] |
CCN_BT_INTERNAL_MAGIC.
Definition at line 202 of file btree.h.
Referenced by ccn_btree_node_internal_entry().
unsigned char ccn_btree_internal_payload::pad[3] |