summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-27 07:26:50 +0200
committerGitHub <noreply@github.com>2024-05-27 07:26:50 +0200
commitfc327ecd769fffd70817f26a60f3277fc3df5dfd (patch)
treec195b7162f147c20a8635380155ee95431dfcb22 /src/reference_tree.mli
parentf8d6abdf8fa9f33b4730e4ed3834a560e857839b (diff)
parent8700677f17f3e7d633b89703692e1c04432cb281 (diff)
downloadvyos1x-config-circinus-stream.tar.gz
vyos1x-config-circinus-stream.zip
Merge pull request #27 from jestabro/reference-constraint-groupcircinus-streamcircinus
T6404: add constraintGroup element to reference tree
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 0e70ff5..a18d875 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -17,6 +17,7 @@ type completion_help_type =
type ref_node_data = {
node_type: node_type;
constraints: value_constraint list;
+ constraint_group: value_constraint list;
constraint_error_message: string;
completion_help: completion_help_type list;
help: string;