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 a4f6d95..3629f84 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -30,6 +30,7 @@ struct global_s tain cgitto ; char const *defaulthost ; char const *indexnames[16] ; + tipidee_response_header const *rhdr ; int p[2] ; uint32_t logv ; uint32_t maxrqbody ; @@ -51,6 +52,7 @@ struct global_s .cgitto = TAIN_ZERO, \ .defaulthost = "@", \ .indexnames = { 0 }, \ + .rhdr = 0, \ .p = { -1, -1 }, \ .logv = TIPIDEE_LOG_DEFAULT, \ .maxrqbody = 0, \ |