libyang  2.0.112
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.

Macros

#define LYS_MOD_IMPORTED_REV   0x04
 
#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 2384 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 2382 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 2383 of file tree_schema.h.