diff src/c/urweb.c @ 1308:714e8b84221b

-limit for running time
author Adam Chlipala <adam@chlipala.net>
date Thu, 14 Oct 2010 11:35:56 -0400
parents 929981850d9d
children 1cc67fdac4d3
line wrap: on
line diff
--- a/src/c/urweb.c	Thu Oct 14 11:06:26 2010 -0400
+++ b/src/c/urweb.c	Thu Oct 14 11:35:56 2010 -0400
@@ -348,7 +348,7 @@
   app->client_init();
 }
 
-int uw_time = 0;
+int uw_time = 0, uw_time_max = 0;
 
 
 // Single-request state