diff options
| author | Enrico Tassi | 2014-12-17 10:29:18 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-12-17 15:05:05 +0100 |
| commit | aaea1138a3a8b90aac0e8f3753a678467af36e72 (patch) | |
| tree | 37cc822aae8ccdac2d11ec97382d1c37dac5dfd2 /lib/flags.mli | |
| parent | d229d1b2bfa29b94d5f4ee767024f560e85f0380 (diff) | |
STM: rename and simplify flags
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index 0c922ebb47..fbb2f817a6 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -24,7 +24,7 @@ val async_proofs_n_tacworkers : int ref val async_proofs_private_flags : string option ref val async_proofs_is_worker : unit -> bool val async_proofs_is_master : unit -> bool -val async_proofs_always_delegate : bool ref +val async_proofs_full : bool ref val async_proofs_never_reopen_branch : bool ref val async_proofs_flags_for_workers : string list ref val async_proofs_worker_id : string ref |
