Motr  M0
m0_conf_objv Struct Reference

#include <obj.h>

Collaboration diagram for m0_conf_objv:
Collaboration graph

Data Fields

struct m0_conf_obj cv_obj
 
struct m0_conf_dircv_children
 
int cv_ix
 
struct m0_conf_objcv_real
 

Detailed Description

Element of m0_conf_pver_subtree.

Definition at line 543 of file obj.h.

Field Documentation

◆ cv_children

struct m0_conf_dir* cv_children

Definition at line 545 of file obj.h.

◆ cv_ix

int cv_ix

Ordinal number of this objv in m0_conf_pver subtree. The value is assigned by conf_pver_enumerate().

Definition at line 550 of file obj.h.

◆ cv_obj

struct m0_conf_obj cv_obj

Definition at line 544 of file obj.h.

◆ cv_real

struct m0_conf_obj* cv_real

Real entity, which this objv refers to.

Depending on the level of objv in m0_conf_pver_subtree, .cv_real may point at m0_conf_{site,rack,enclosure,controller,drive}.

Definition at line 558 of file obj.h.


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