summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:29 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-10-03 15:58:29 +0300
commit58b85017a4063916b010de75e7c153576cf660ea (patch)
treec4c2244accacd44fef9d073cb2dbd476fed0d3b6 /src/stream/ngx_stream.h
parent0a961a09171fc1de3f3a70aa6b15e29d3882f7f0 (diff)
downloadnginx-58b85017a4063916b010de75e7c153576cf660ea.tar.gz
nginx-58b85017a4063916b010de75e7c153576cf660ea.tar.bz2
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Removed NGX_HAVE_REUSEPORT from the signature accordingly.
Diffstat (limited to '')
-rw-r--r--src/stream/ngx_stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index 7cb8ae31d..15b96ff19 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -55,9 +55,7 @@ typedef struct {
#if (NGX_HAVE_INET6)
unsigned ipv6only:1;
#endif
-#if (NGX_HAVE_REUSEPORT)
unsigned reuseport:1;
-#endif
unsigned so_keepalive:2;
unsigned proxy_protocol:1;
#if (NGX_HAVE_KEEPALIVE_TUNABLE)