commit | 6b26e744cbf33c1e813312615b9a88c451b87af2 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jul 17 15:02:10 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jul 17 15:02:10 2020 +0200 |
tree | 48700530637b32920eb545d72bc6627caf449f9b | |
parent | ab49dbe808dee3467e46eab68109712226bf0a05 [diff] [blame] |
schema tree BUGFIX accessible tree fixes
diff --git a/src/xpath.h b/src/xpath.h index 72858dd..a79ea82 100644 --- a/src/xpath.h +++ b/src/xpath.h
@@ -256,6 +256,7 @@ const struct lysc_node *ctx_scnode; }; enum lyxp_node_type root_type; + const struct lysc_node *context_op; const struct lys_module *local_mod; const struct lyd_node *tree; LYD_FORMAT format;