diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-03 15:58:29 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-03 15:58:29 +0300 |
commit | 58b85017a4063916b010de75e7c153576cf660ea (patch) | |
tree | c4c2244accacd44fef9d073cb2dbd476fed0d3b6 /src/core/ngx_connection.h | |
parent | 0a961a09171fc1de3f3a70aa6b15e29d3882f7f0 (diff) | |
download | nginx-58b85017a4063916b010de75e7c153576cf660ea.tar.gz nginx-58b85017a4063916b010de75e7c153576cf660ea.zip |
Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Removed NGX_HAVE_REUSEPORT from the signature accordingly.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index d9ee6851e..36907dda7 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -69,10 +69,8 @@ struct ngx_listening_s { #if (NGX_HAVE_INET6) unsigned ipv6only:1; #endif -#if (NGX_HAVE_REUSEPORT) unsigned reuseport:1; unsigned add_reuseport:1; -#endif unsigned keepalive:2; #if (NGX_HAVE_DEFERRED_ACCEPT) |