Motr  M0
m0_fop_generic_reply Struct Reference

#include <fom_generic.h>

Collaboration diagram for m0_fop_generic_reply:
Collaboration graph

Data Fields

int32_t gr_rc
 
struct m0_fop_str gr_msg
 

Detailed Description

Generic reply.

RPC operations that return nothing but error code to sender can use this generic reply fop. Request handler uses this type of fop to report operation failure in generic fom phases.

Definition at line 229 of file fom_generic.h.

Field Documentation

◆ gr_msg

struct m0_fop_str gr_msg

Definition at line 231 of file fom_generic.h.

◆ gr_rc

int32_t gr_rc

Definition at line 230 of file fom_generic.h.


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