Welcome! Log In Create A New Profile

Advanced

[nginx] Style.

Roman Arutyunyan
June 27, 2016 11:44AM
details: http://hg.nginx.org/nginx/rev/d452cb27639f
branches:
changeset: 6601:d452cb27639f
user: Roman Arutyunyan <arut@nginx.com>
date: Mon Jun 27 18:42:29 2016 +0300
description:
Style.

diffstat:

src/stream/ngx_stream_limit_conn_module.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)

diffs (30 lines):

diff -r 6f69e3c0f780 -r d452cb27639f src/stream/ngx_stream_limit_conn_module.c
--- a/src/stream/ngx_stream_limit_conn_module.c Wed Jun 22 13:47:54 2016 -0700
+++ b/src/stream/ngx_stream_limit_conn_module.c Mon Jun 27 18:42:29 2016 +0300
@@ -105,16 +105,16 @@ static ngx_stream_module_t ngx_stream_l

ngx_module_t ngx_stream_limit_conn_module = {
NGX_MODULE_V1,
- &ngx_stream_limit_conn_module_ctx, /* module context */
- ngx_stream_limit_conn_commands, /* module directives */
- NGX_STREAM_MODULE, /* module type */
- NULL, /* init master */
- NULL, /* init module */
- NULL, /* init process */
- NULL, /* init thread */
- NULL, /* exit thread */
- NULL, /* exit process */
- NULL, /* exit master */
+ &ngx_stream_limit_conn_module_ctx, /* module context */
+ ngx_stream_limit_conn_commands, /* module directives */
+ NGX_STREAM_MODULE, /* module type */
+ NULL, /* init master */
+ NULL, /* init module */
+ NULL, /* init process */
+ NULL, /* init thread */
+ NULL, /* exit thread */
+ NULL, /* exit process */
+ NULL, /* exit master */
NGX_MODULE_V1_PADDING
};


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Style.

Roman Arutyunyan 335 June 27, 2016 11:44AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 234
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready