diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-01 15:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 15:39:44 +0100 |
commit | aedecf6fa96509ef59fd2e1f607a8a13c18d214b (patch) | |
tree | 610d48220e115555d1770f9d7631999b3101bd80 /src/vycall_pbt.mli | |
parent | 920b75a6dbf9eac4b94600b759818b2ec28004ae (diff) | |
parent | ab010dbe993afc990fafa4525e1a94670ca7f5a4 (diff) | |
download | vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.tar.gz vyconf-aedecf6fa96509ef59fd2e1f607a8a13c18d214b.zip |
Merge pull request #17 from jestabro/commit-post
T7272: update vyconf config tree on results from commitd
Diffstat (limited to 'src/vycall_pbt.mli')
-rw-r--r-- | src/vycall_pbt.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vycall_pbt.mli b/src/vycall_pbt.mli index 5c8bd20..f389302 100644 --- a/src/vycall_pbt.mli +++ b/src/vycall_pbt.mli @@ -21,8 +21,6 @@ type call = { type commit = { session_id : string; - named_active : string option; - named_proposed : string option; dry_run : bool; atomic : bool; background : bool; @@ -51,8 +49,6 @@ val default_call : val default_commit : ?session_id:string -> - ?named_active:string option -> - ?named_proposed:string option -> ?dry_run:bool -> ?atomic:bool -> ?background:bool -> |