diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-08-02 14:31:37 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-08-02 14:31:37 -0400 |
commit | 85ce956f28fd9715d1c943a9f02e5fdde00d2d01 (patch) | |
tree | 8916c74bf31d44a9de1144f76b6a44a313520c21 /include/request.h | |
parent | 236387604322b81260110f93be57762eac3ef20b (diff) |
Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)
Diffstat (limited to 'include/request.h')
-rw-r--r-- | include/request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/request.h b/include/request.h index dd0359c9..a1a7d78d 100644 --- a/include/request.h +++ b/include/request.h @@ -32,4 +32,6 @@ typedef struct { void *client_pruner(void *data); +int pthread_create_big(pthread_t *outThread, void *foo, void *threadFunc, void *arg); + #endif |