aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-03-24 15:35:46 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-03-24 15:35:46 -0400
commit7d66aadb65a25a97e2a28de797e1328f88498513 (patch)
treed793977e8a9a16b88dc9decb0fef10c82be4fa78 /src/compiler.sig
parent7eb964977ab596340f904388ced6a2dd6f39f943 (diff)
Variable timeouts and client keep-alive
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 8ef41a58..025a6bcd 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -36,7 +36,8 @@ signature COMPILER = sig
exe : string,
sql : string option,
debug : bool,
- profile : bool
+ profile : bool,
+ timeout : int
}
val compile : string -> unit
val compileC : {cname : string, oname : string, ename : string, libs : string, profile : bool} -> unit