Motr  M0
m0_fop_isc Struct Reference

#include <isc_fops.h>

Collaboration diagram for m0_fop_isc:
Collaboration graph

Data Fields

struct m0_fid fi_comp_id
 
struct m0_rpc_at_buf fi_args
 
struct m0_rpc_at_buf fi_ret
 
struct m0_cookie fi_comp_cookie
 

Detailed Description

A fop for the ISC service

Definition at line 55 of file isc_fops.h.

Field Documentation

◆ fi_args

struct m0_rpc_at_buf fi_args

An array holding the relevant arguments for the computation. This might involve gfid, cob fid, and few other parameters relevant to the required computation.

Definition at line 63 of file isc_fops.h.

◆ fi_comp_cookie

struct m0_cookie fi_comp_cookie

A cookie for fast searching of a computation.

Definition at line 69 of file isc_fops.h.

◆ fi_comp_id

struct m0_fid fi_comp_id

An identifier of the computation registered with the service.

Definition at line 57 of file isc_fops.h.

◆ fi_ret

struct m0_rpc_at_buf fi_ret

An rpc AT buffer requesting the output of computation.

Definition at line 67 of file isc_fops.h.


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