libyang 3.4.2
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 2155 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 2156 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 2151 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 2152 of file tree_schema.h.