diff options
Diffstat (limited to 'src/tipideed/tipideed-internal.h')
| -rw-r--r-- | src/tipideed/tipideed-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tipideed/tipideed-internal.h b/src/tipideed/tipideed-internal.h index eaa8341..e8cf102 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -32,6 +32,7 @@ struct global_s char const *indexnames[16] ; tipidee_response_header const *rhdr ; int p[2] ; + uint32_t tarpit ; uint32_t rhdrn ; uint32_t logv ; uint32_t maxrqbody ; @@ -55,6 +56,7 @@ struct global_s .cgitto = TAIN_ZERO, \ .defaulthost = "@", \ .indexnames = { 0 }, \ + .tarpit = 0, \ .rhdr = 0, \ .p = { -1, -1 }, \ .rhdrn = 0, \ |
