Motr  M0
m0_conf_rule Struct Reference

#include <validation.h>

Collaboration diagram for m0_conf_rule:
Collaboration graph

Data Fields

const char * cvr_name
 
char *(* cvr_error )(const struct m0_conf_cache *cache, char *buf, size_t buflen)
 

Detailed Description

Validation rule.

Definition at line 73 of file validation.h.

Field Documentation

◆ cvr_error

char*(* cvr_error) (const struct m0_conf_cache *cache, char *buf, size_t buflen)
See also
m0_conf_validation_error() for arguments' description.
Precondition
m0_conf_cache_is_locked(cache) (This precondition is enforced by m0_conf_validation_error().)

Definition at line 85 of file validation.h.

◆ cvr_name

const char* cvr_name

Definition at line 78 of file validation.h.


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