Motr  M0
m0_cas_get_reply Struct Reference

#include <client.h>

Collaboration diagram for m0_cas_get_reply:
Collaboration graph

Data Fields

int cge_rc
 
struct m0_buf cge_val
 
struct m0_crv cge_ver
 

Detailed Description

Single value retrieved by m0_cas_get() request.

Definition at line 204 of file client.h.

Field Documentation

◆ cge_rc

int cge_rc

Definition at line 205 of file client.h.

◆ cge_val

struct m0_buf cge_val

Retrieved value. Undefined if cge_rc != 0.

Definition at line 207 of file client.h.

◆ cge_ver

struct m0_crv cge_ver

Version of the record.

Definition at line 209 of file client.h.


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