Motr  M0
m0_confd Struct Reference

#include <confd.h>

Collaboration diagram for m0_confd:
Collaboration graph

Data Fields

struct m0_reqh_service d_reqh
 
struct m0_mutex d_cache_lock
 
struct m0_conf_cached_cache
 
uint64_t d_magic
 

Detailed Description

Configuration server.

Definition at line 151 of file confd.h.

Field Documentation

◆ d_cache

struct m0_conf_cache* d_cache

Configuration cache. This configuration cache is used from m0_reqh::rh_confc::cc_cache. m0_reqh::rh_confc::cc_cache is populated on conf setup during m0d startup.

Definition at line 163 of file confd.h.

◆ d_cache_lock

struct m0_mutex d_cache_lock

Lock to protect configuration cache.

Definition at line 156 of file confd.h.

◆ d_magic

uint64_t d_magic

Magic value == M0_CONFD_MAGIC.

Definition at line 166 of file confd.h.

◆ d_reqh

struct m0_reqh_service d_reqh

Generic service.

Definition at line 153 of file confd.h.


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