summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-05 13:49:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-05 13:49:16 +0000
commit0bd7a7d8941087929b270f7862f1bbacc69282c1 (patch)
tree42c25fc6de1079f8b91b0cd16160b288c44d3705 /src/http/ngx_http_core_module.h
parent1a5d7553da68081ffa3e0a5b89ee844fbd8a7f14 (diff)
downloadnginx-0bd7a7d8941087929b270f7862f1bbacc69282c1.tar.gz
nginx-0bd7a7d8941087929b270f7862f1bbacc69282c1.tar.bz2
listen setfib=X
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 2f49202c3..82c120845 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -71,6 +71,9 @@ typedef struct {
int backlog;
int rcvbuf;
int sndbuf;
+#if (NGX_HAVE_SETFIB)
+ int setfib;
+#endif
#if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
char *accept_filter;