Motr  M0
m0_fop_generic_reply Struct Reference

#include <wire.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 62 of file wire.h.

Field Documentation

◆ gr_msg

struct m0_fop_str gr_msg

Definition at line 64 of file wire.h.

◆ gr_rc

int32_t gr_rc

Definition at line 63 of file wire.h.


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