schema CHANGE integrate statement parser with the compilation process
Does not cover all the statements - focused mainly for yang-data
extension, so it handles schema nodes processing.
diff --git a/src/schema_compile.h b/src/schema_compile.h
index 335059c..15683e0 100644
--- a/src/schema_compile.h
+++ b/src/schema_compile.h
@@ -67,6 +67,8 @@
- augment - module where the augment is defined
- deviation - module where the deviation is defined
- uses - module where the grouping is defined */
+ struct lysc_ext_instance *ext; /**< extension instance being processed and serving as a source for its substatements
+ instead of the module itself */
struct ly_set groupings; /**< stack for groupings circular check */
struct ly_set tpdf_chain;
struct ly_set disabled; /**< set of compiled nodes whose if-feature(s) was not satisifed */