summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.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/core/ngx_connection.h
parent1a5d7553da68081ffa3e0a5b89ee844fbd8a7f14 (diff)
downloadnginx-0bd7a7d8941087929b270f7862f1bbacc69282c1.tar.gz
nginx-0bd7a7d8941087929b270f7862f1bbacc69282c1.tar.bz2
listen setfib=X
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 1810daca0..3837fd255 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -69,6 +69,9 @@ struct ngx_listening_s {
char *accept_filter;
#endif
#endif
+#if (NGX_HAVE_SETFIB)
+ int setfib;
+#endif
};