comparison src/stream/ngx_stream_limit_conn_module.c @ 6601:d452cb27639f

Style.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 27 Jun 2016 18:42:29 +0300
parents f01ab2dbcfdc
children 2f41d383c9c7
comparison
equal deleted inserted replaced
6600:6f69e3c0f780 6601:d452cb27639f
103 }; 103 };
104 104
105 105
106 ngx_module_t ngx_stream_limit_conn_module = { 106 ngx_module_t ngx_stream_limit_conn_module = {
107 NGX_MODULE_V1, 107 NGX_MODULE_V1,
108 &ngx_stream_limit_conn_module_ctx, /* module context */ 108 &ngx_stream_limit_conn_module_ctx, /* module context */
109 ngx_stream_limit_conn_commands, /* module directives */ 109 ngx_stream_limit_conn_commands, /* module directives */
110 NGX_STREAM_MODULE, /* module type */ 110 NGX_STREAM_MODULE, /* module type */
111 NULL, /* init master */ 111 NULL, /* init master */
112 NULL, /* init module */ 112 NULL, /* init module */
113 NULL, /* init process */ 113 NULL, /* init process */
114 NULL, /* init thread */ 114 NULL, /* init thread */
115 NULL, /* exit thread */ 115 NULL, /* exit thread */
116 NULL, /* exit process */ 116 NULL, /* exit process */
117 NULL, /* exit master */ 117 NULL, /* exit master */
118 NGX_MODULE_V1_PADDING 118 NGX_MODULE_V1_PADDING
119 }; 119 };
120 120
121 121
122 static ngx_int_t 122 static ngx_int_t