diff src/http/ngx_http_core_module.h @ 3676:4430d110293e

listen setfib=X
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 13:49:16 +0000
parents 40e356cf4176
children 72cc5b789021
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h	Mon Jul 05 13:45:10 2010 +0000
+++ b/src/http/ngx_http_core_module.h	Mon Jul 05 13:49:16 2010 +0000
@@ -71,6 +71,9 @@
     int                        backlog;
     int                        rcvbuf;
     int                        sndbuf;
+#if (NGX_HAVE_SETFIB)
+    int                        setfib;
+#endif
 
 #if (NGX_HAVE_DEFERRED_ACCEPT && defined SO_ACCEPTFILTER)
     char                      *accept_filter;