summaryrefslogtreecommitdiff
path: root/src/response.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-03-28 01:57:16 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-03-28 02:17:33 -0400
commit4796313efc0824652239f1036362d61add11eb49 (patch)
tree85a528a2fd17ca3830a0939c6f5cd926e001fa86 /src/response.h
parente1164797318234d1f24bba269f2b16099d26ef36 (diff)
downloadlighttpd-git-4796313efc0824652239f1036362d61add11eb49.tar.gz
[core] collect ioctl FIONREAD code
include <sys/ioctl.h> in files which use ioctl() instead of exposing header in local header "sys-socket.h"
Diffstat (limited to 'src/response.h')
-rw-r--r--src/response.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response.h b/src/response.h
index 3d20eb1e..b49bf975 100644
--- a/src/response.h
+++ b/src/response.h
@@ -29,6 +29,7 @@ enum {
};
typedef struct http_response_opts_t {
+ int fdfmt;
int backend;
int authorizer;
unsigned short local_redir;