summaryrefslogtreecommitdiff
path: root/src/vycall_pbt.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-03-30 15:30:39 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-03-31 00:50:30 -0500
commit56b05dc3b8d04de25489b4510ba25efc584ebc7a (patch)
treee70327dc233daaf9bca548ba036045cae7e29f9e /src/vycall_pbt.mli
parentbed066dbf1b6cf9d606c0f1f827cce30f4dcc430 (diff)
downloadvyconf-56b05dc3b8d04de25489b4510ba25efc584ebc7a.tar.gz
vyconf-56b05dc3b8d04de25489b4510ba25efc584ebc7a.zip
T7272: add commit processing of commitd response
Diffstat (limited to 'src/vycall_pbt.mli')
-rw-r--r--src/vycall_pbt.mli4
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 ->