Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1307:d2ad997ca157 | 1308:714e8b84221b |
---|---|
346 | 346 |
347 void uw_app_init(uw_app *app) { | 347 void uw_app_init(uw_app *app) { |
348 app->client_init(); | 348 app->client_init(); |
349 } | 349 } |
350 | 350 |
351 int uw_time = 0; | 351 int uw_time = 0, uw_time_max = 0; |
352 | 352 |
353 | 353 |
354 // Single-request state | 354 // Single-request state |
355 | 355 |
356 typedef struct regions { | 356 typedef struct regions { |