Motr  M0
m0_conf_dir Struct Reference

#include <obj.h>

Collaboration diagram for m0_conf_dir:
Collaboration graph

Data Fields

struct m0_conf_obj cd_obj
 
struct m0_tl cd_items
 
const struct m0_conf_obj_typecd_item_type
 
struct m0_fid cd_relfid
 

Detailed Description

Directory object — a container for configuration objects.

Definition at line 357 of file obj.h.

Field Documentation

◆ cd_item_type

const struct m0_conf_obj_type* cd_item_type

Type of items.

Definition at line 362 of file obj.h.

◆ cd_items

struct m0_tl cd_items

List of m0_conf_obj-s, linked through m0_conf_obj::co_dir_link.

Definition at line 360 of file obj.h.

◆ cd_obj

struct m0_conf_obj cd_obj

Definition at line 358 of file obj.h.

◆ cd_relfid

struct m0_fid cd_relfid

"Relation" represented by this directory.

Definition at line 364 of file obj.h.


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