libyang  2.0.164
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
Deviate types

Macros

#define LYS_DEV_ADD   2
 
#define LYS_DEV_DELETE   3
 
#define LYS_DEV_NOT_SUPPORTED   1
 
#define LYS_DEV_REPLACE   4
 

Detailed Description

Type of the deviate operation (used as lysp_deviate.mod)

Macro Definition Documentation

#define LYS_DEV_ADD   2

deviate type add

Definition at line 705 of file tree_schema.h.

#define LYS_DEV_DELETE   3

deviate type delete

Definition at line 706 of file tree_schema.h.

#define LYS_DEV_NOT_SUPPORTED   1

deviate type not-supported

Definition at line 704 of file tree_schema.h.

#define LYS_DEV_REPLACE   4

deviate type replace

Definition at line 707 of file tree_schema.h.