aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-07-11 11:08:06 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-07-11 11:08:06 +0200
commit677a9b8e62893416ac195e316473a4bd421a1d79 (patch)
tree3728eb41a5e8eceeeb6043f8a9d9a85524fa4f55 /lib/flags.mli
parent58270be4668ab87e5f2d0d06c820bd457ae1aa01 (diff)
STM: let toploop plugins specify the flags for STM workers
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 53284c699..7f2b749b7 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -18,11 +18,11 @@ val compilation_mode : compilation_mode ref
type async_proofs = APoff | APonLazy | APonParallel of int
val async_proofs_mode : async_proofs ref
val async_proofs_n_workers : int ref
-val async_proofs_worker_flags : string option ref
-
+val async_proofs_private_flags : string option ref
val async_proofs_is_worker : unit -> bool
val async_proofs_always_delegate : bool ref
val async_proofs_never_reopen_branch : bool ref
+val async_proofs_flags_for_workers : string list ref
val debug : bool ref