Motr  M0
m0_cas_rec_reply Struct Reference

#include <client.h>

Collaboration diagram for m0_cas_rec_reply:
Collaboration graph

Data Fields

int crr_rc
 
struct m0_cas_hint crr_hint
 

Detailed Description

Reply from CAS service for individual requested record. Format of requested record depends on the request. For example, in case of m0_cas_index_create() it is individual index to create.

Definition at line 174 of file client.h.

Field Documentation

◆ crr_hint

struct m0_cas_hint crr_hint

Hint to speed up access to the indices in case of m0_cas_index_*() or to the records in case of m0_cas_records_*() functions.

May be specified in further CAS client requests.

Note
: Not used for now.

Definition at line 185 of file client.h.

◆ crr_rc

int crr_rc

Return code of requested record execution.

Definition at line 176 of file client.h.


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