commit | 222476c6d89093788d92c929489c14c3ee5f59cf | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 04 09:09:17 2019 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Dec 04 09:09:17 2019 +0100 |
tree | dc7f277c9043485c88ca15f512a96c3a157889ee | |
parent | 8fe2bc6fbff63ea9e6bf83c8d14b0ebf30696071 [diff] [blame] |
hash table CHANGE new debug category for hash table changes Fixes #963
diff --git a/src/libyang.h.in b/src/libyang.h.in index d0cd8d7..8f51c1d 100644 --- a/src/libyang.h.in +++ b/src/libyang.h.in
@@ -1916,6 +1916,7 @@ #define LY_LDGXPATH 0x08 /**< XPath parsing end evaluation. */ #define LY_LDGDIFF 0x10 /**< Diff processing and creation. */ #define LY_LDGAPI 0x20 /**< API tracing. */ +#define LY_LDGHASH 0x40 /**< Hash table modifications. */ /** * @}