From aaea1138a3a8b90aac0e8f3753a678467af36e72 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 17 Dec 2014 10:29:18 +0100 Subject: STM: rename and simplify flags --- lib/flags.ml | 2 +- lib/flags.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/flags.ml b/lib/flags.ml index 0c6fef8be0..9c718743d2 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -55,7 +55,7 @@ let async_proofs_cache = ref None let async_proofs_n_workers = ref 1 let async_proofs_n_tacworkers = ref 2 let async_proofs_private_flags = ref None -let async_proofs_always_delegate = ref false +let async_proofs_full = ref false let async_proofs_never_reopen_branch = ref false let async_proofs_flags_for_workers = ref [] let async_proofs_worker_id = ref "master" 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 -- cgit v1.2.3