comparison src/stream/ngx_stream_proxy_module.c @ 6392:4eb1b5c6d9c6

Stream: removed useless typedef.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 11 Feb 2016 14:20:22 +0300
parents 4b4aee40c508
children 70e6e1f12dee
comparison
equal deleted inserted replaced
6391:965e4223e702 6392:4eb1b5c6d9c6
6 6
7 7
8 #include <ngx_config.h> 8 #include <ngx_config.h>
9 #include <ngx_core.h> 9 #include <ngx_core.h>
10 #include <ngx_stream.h> 10 #include <ngx_stream.h>
11
12
13 typedef void (*ngx_stream_proxy_handler_pt)(ngx_stream_session_t *s);
14 11
15 12
16 typedef struct { 13 typedef struct {
17 ngx_msec_t connect_timeout; 14 ngx_msec_t connect_timeout;
18 ngx_msec_t timeout; 15 ngx_msec_t timeout;