libyang 2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
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

◆ LYS_MOD_IMPORTED_REV

#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 2130 of file tree_schema.h.

◆ LYS_MOD_LATEST_IMPCLB

#define LYS_MOD_LATEST_IMPCLB   0x08

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

Definition at line 2133 of file tree_schema.h.

◆ LYS_MOD_LATEST_REV

#define LYS_MOD_LATEST_REV   0x01

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

Definition at line 2128 of file tree_schema.h.

◆ LYS_MOD_LATEST_SEARCHDIRS

#define LYS_MOD_LATEST_SEARCHDIRS   0x02

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

Definition at line 2129 of file tree_schema.h.