diff options
| author | John Estabrook <jestabro@vyos.io> | 2023-06-27 09:09:21 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2023-07-27 14:36:26 -0500 |
| commit | 5085dce15b6e41cf0d1ae3cd832a262f6902ac36 (patch) | |
| tree | c44f3942fb50b1e56b501bbc9c11f502dd775a3b /src/config_diff.mli | |
| parent | d97636e39d529067fc9651ac662035847b612214 (diff) | |
| download | vyos1x-config-5085dce15b6e41cf0d1ae3cd832a262f6902ac36.tar.gz vyos1x-config-5085dce15b6e41cf0d1ae3cd832a262f6902ac36.zip | |
T5316: use a single pass of diff function instead of trim function
Diffstat (limited to 'src/config_diff.mli')
| -rw-r--r-- | src/config_diff.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config_diff.mli b/src/config_diff.mli index 0f4ebf0..85eb2d1 100644 --- a/src/config_diff.mli +++ b/src/config_diff.mli @@ -7,6 +7,7 @@ type diff_trees = { right: Config_tree.t; add: Config_tree.t ref; sub: Config_tree.t ref; + del: Config_tree.t ref; inter: Config_tree.t ref; } |
