Motr  M0
m0_cas_next_reply Struct Reference

#include <client.h>

Collaboration diagram for m0_cas_next_reply:
Collaboration graph

Data Fields

int cnp_rc
 
struct m0_buf cnp_key
 
struct m0_cas_hint cnp_hint
 
struct m0_buf cnp_val
 
struct m0_crv cnp_ver
 

Detailed Description

Single record retrieved by m0_cas_next() request.

Definition at line 215 of file client.h.

Field Documentation

◆ cnp_hint

struct m0_cas_hint cnp_hint

Record hint. Not used for now.

Definition at line 221 of file client.h.

◆ cnp_key

struct m0_buf cnp_key

Record key. Set if rc == 0.

Definition at line 219 of file client.h.

◆ cnp_rc

int cnp_rc

Return code. -ENOENT means that end of index is reached.

Definition at line 217 of file client.h.

◆ cnp_val

struct m0_buf cnp_val

Record value. Set if rc == 0.

Definition at line 223 of file client.h.

◆ cnp_ver

struct m0_crv cnp_ver

Version of the record.

Definition at line 225 of file client.h.


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