Motr  M0
be_seg_dict_keyval Struct Reference
Collaboration diagram for be_seg_dict_keyval:
Collaboration graph

Data Fields

char * dkv_key
 
size_t dkv_key_len
 
void * dkv_val
 
struct m0_be_list_link dkv_link
 
uint64_t dkv_magic
 

Detailed Description

Definition at line 49 of file seg_dict.c.

Field Documentation

◆ dkv_key

char* dkv_key

Definition at line 50 of file seg_dict.c.

◆ dkv_key_len

size_t dkv_key_len

Used to retrieve length of ‘dkv_key’ without additional m0_be_get().

Definition at line 55 of file seg_dict.c.

◆ dkv_link

struct m0_be_list_link dkv_link

Definition at line 57 of file seg_dict.c.

◆ dkv_magic

uint64_t dkv_magic

Definition at line 58 of file seg_dict.c.

◆ dkv_val

void* dkv_val

Definition at line 56 of file seg_dict.c.


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