diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 1 | ||||
| -rw-r--r-- | lib/flags.mli | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 3093e52b06..2266985394 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -76,6 +76,7 @@ let async_proofs_is_worker () = !async_proofs_worker_id <> "master" let async_proofs_is_master () = !async_proofs_mode = APon && !async_proofs_worker_id = "master" +let async_proofs_delegation_threshold = ref 1.0 let debug = ref false let in_debugger = ref false diff --git a/lib/flags.mli b/lib/flags.mli index d776815532..729c21fcf9 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -37,6 +37,7 @@ val priority_of_string : string -> priority type tac_error_filter = [ `None | `Only of string list | `All ] val async_proofs_tac_error_resilience : tac_error_filter ref val async_proofs_cmd_error_resilience : bool ref +val async_proofs_delegation_threshold : float ref val debug : bool ref val in_debugger : bool ref |
