comparison src/mysql/ngx_http_mysql_test.c @ 3269:f0d596e84634

rename ngx_peer_addr_t to ngx_addr_t
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 15:14:17 +0000
parents 2a92804f4109
children d620f497c50f
comparison
equal deleted inserted replaced
3268:c6a40c815d45 3269:f0d596e84634
8 #include <ngx_mysql.h> 8 #include <ngx_mysql.h>
9 #include <ngx_http.h> 9 #include <ngx_http.h>
10 10
11 11
12 typedef struct { 12 typedef struct {
13 ngx_peer_addr_t *peers; 13 ngx_addr_t *peers;
14 ngx_uint_t npeers; 14 ngx_uint_t npeers;
15 } ngx_http_mysql_test_conf_t; 15 } ngx_http_mysql_test_conf_t;
16 16
17 17
18 static void ngx_http_mysql_auth(ngx_mysql_t *m); 18 static void ngx_http_mysql_auth(ngx_mysql_t *m);
19 static void ngx_http_mysql_done(ngx_mysql_t *m); 19 static void ngx_http_mysql_done(ngx_mysql_t *m);