libyang  2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Options for ::lys_module.latest_revision.
Collaboration diagram for Options for ::lys_module.latest_revision.:

Macros

#define LYS_MOD_IMPORTED_REV   0x04
 
#define LYS_MOD_LATEST_IMPCLB   0x08
 
#define LYS_MOD_LATEST_REV   0x01
 
#define LYS_MOD_LATEST_SEARCHDIRS   0x02
 

Detailed Description

Various information bits of lys_module.latest_revision.

Macro Definition Documentation

#define LYS_MOD_IMPORTED_REV   0x04

This is the module revision used when importing the module without an explicit revision-date. It is used for all such imports regardless of any changes made in the context.

Definition at line 2148 of file tree_schema.h.

#define LYS_MOD_LATEST_IMPCLB   0x08

This is the latest revision of the module obtained from import callback.

Definition at line 2153 of file tree_schema.h.

#define LYS_MOD_LATEST_REV   0x01

This is the latest revision of the module in the current context.

Definition at line 2146 of file tree_schema.h.

#define LYS_MOD_LATEST_SEARCHDIRS   0x02

This is the latest revision of the module found in searchdirs.

Definition at line 2147 of file tree_schema.h.