Home
last modified time | relevance | path

Searched defs:lys_when (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h2066 struct lys_when { struct
2067 const char *cond; /**< specified condition (mandatory) */
2068 const char *dsc; /**< description (optional) */
2069 const char *ref; /**< reference (optional) */
2070 struct lys_ext_instance **ext; /**< array of pointers to the extension instances */
2071 uint8_t ext_size; /**< number of elements in #ext array */
2072 …_t flags; /**< only flags #LYS_XPCONF_DEP and #LYS_XPSTATE_DEP can be specified */