diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-16 22:13:10 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-16 23:13:39 -0500 |
commit | a4cbf694160b74a70735db65adb712d40b417079 (patch) | |
tree | 46fc7dfeca0eaeb6d83d82899336f3beb07a2955 /src/commit.mli | |
parent | 42a38b507589968248718c91ae34cf6afa1c3017 (diff) | |
download | vyconf-a4cbf694160b74a70735db65adb712d40b417079.tar.gz vyconf-a4cbf694160b74a70735db65adb712d40b417079.zip |
T7121: add commit_store stub callback and expose needed functions
Diffstat (limited to 'src/commit.mli')
-rw-r--r-- | src/commit.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commit.mli b/src/commit.mli index d1c9c69..e765f48 100644 --- a/src/commit.mli +++ b/src/commit.mli @@ -27,4 +27,8 @@ val default_node_data : node_data val default_commit_data : commit_data +val calculate_priority_lists : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> node_data list * node_data list + +val commit_store : commit_data -> unit + val show_commit_data : Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string |