Motr  M0

#include <filterc.h>

Collaboration diagram for m0_filterc_iter:
Collaboration graph

Data Fields

struct m0_filterc_ctxfci_filterc_ctx
 
struct m0_conf_objfci_dir
 
struct m0_conf_fdmi_filterfci_cur_flt
 

Detailed Description

Iterator to traverse filters

It stores pointers to directory of filters with the same FDMI record type and to current filter in this directory.

Iterator is initialized with m0_filterc_ops::fco_open, iteration is done via m0_filterc_ops::fco_get_next. Iterator deinitializes with m0_filterc_ops::fco_close.

Definition at line 121 of file filterc.h.

Field Documentation

◆ fci_cur_flt

struct m0_conf_fdmi_filter* fci_cur_flt

Definition at line 124 of file filterc.h.

◆ fci_dir

struct m0_conf_obj* fci_dir

Definition at line 123 of file filterc.h.

◆ fci_filterc_ctx

struct m0_filterc_ctx* fci_filterc_ctx

Definition at line 122 of file filterc.h.


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