diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-02-11 07:12:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 07:12:13 -0600 |
| commit | 41cbac4d6467c8bd62eeb247d2e28efa359e4a1c (patch) | |
| tree | 035f46c458e3100284e19f737d6cbdce19b40fca /src/commit.mli | |
| parent | a375860a302a224722d254c31a1cb210cb12d972 (diff) | |
| parent | f5152b3de2a52b7a8d05c3cdc18d5f690c76bfba (diff) | |
| download | vyconf-41cbac4d6467c8bd62eeb247d2e28efa359e4a1c.tar.gz vyconf-41cbac4d6467c8bd62eeb247d2e28efa359e4a1c.zip | |
Merge pull request #14 from jestabro/commit-alg
T6946: add calculation of commit priority queues
Diffstat (limited to 'src/commit.mli')
| -rw-r--r-- | src/commit.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit.mli b/src/commit.mli new file mode 100644 index 0000000..db91195 --- /dev/null +++ b/src/commit.mli @@ -0,0 +1,2 @@ + +val show_commit_data : Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string |
