comparison include/request.h @ 1522:4d0b80dd4c37

Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)
author Adam Chlipala <adam@chlipala.net>
date Tue, 02 Aug 2011 14:31:37 -0400
parents 36f7d1debb37
children
comparison
equal deleted inserted replaced
1521:001638622c4f 1522:4d0b80dd4c37
30 uw_logger log_error, log_debug; 30 uw_logger log_error, log_debug;
31 } loggers; 31 } loggers;
32 32
33 void *client_pruner(void *data); 33 void *client_pruner(void *data);
34 34
35 int pthread_create_big(pthread_t *outThread, void *foo, void *threadFunc, void *arg);
36
35 #endif 37 #endif