diff src/compiler.sig @ 673:a8effb6159c2

Variable timeouts and client keep-alive
author Adam Chlipala <adamc@hcoop.net>
date Tue, 24 Mar 2009 15:35:46 -0400
parents aa2290c32ce2
children 54ec237a3028
line wrap: on
line diff
--- a/src/compiler.sig	Tue Mar 24 15:05:28 2009 -0400
+++ b/src/compiler.sig	Tue Mar 24 15:35:46 2009 -0400
@@ -36,7 +36,8 @@
          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