diff options
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ struct client { struct ustream_ssl ssl; #endif struct uloop_timeout timeout; + int requests; enum client_state state; bool tls; |