diff options
| author | Enrico Tassi | 2014-09-01 14:54:49 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-09-02 11:29:42 +0200 |
| commit | cf6b12cb3a88fb3af6a7b3e91d17db8b06d23c81 (patch) | |
| tree | 46ec306afd1ebf29b735e7f6679c8e1b8d9c5679 /lib/flags.mli | |
| parent | 7befcc7ea63ea4bd6e45e6f4b8ec01a69b586cc7 (diff) | |
coqworkmgr
Diffstat (limited to 'lib/flags.mli')
| -rw-r--r-- | lib/flags.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index 4697e4cacd..11909c5fa2 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -26,6 +26,10 @@ 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 async_proofs_worker_id : string ref +type priority = Low | High +val async_proofs_worker_priority : priority ref +val string_of_priority : priority -> string +val priority_of_string : string -> priority val debug : bool ref |
