diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 15:14:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 15:14:17 +0000 |
commit | 0c189c5159e8af6836ac985270da6a2ddff62456 (patch) | |
tree | c14653544473f2f339be1e02193e11f46b86bb05 /src/mysql/ngx_http_mysql_test.c | |
parent | 67765e89188c58fba8b70605bf8da742666e7d7e (diff) | |
download | nginx-0c189c5159e8af6836ac985270da6a2ddff62456.tar.gz nginx-0c189c5159e8af6836ac985270da6a2ddff62456.zip |
rename ngx_peer_addr_t to ngx_addr_t
Diffstat (limited to 'src/mysql/ngx_http_mysql_test.c')
-rw-r--r-- | src/mysql/ngx_http_mysql_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mysql/ngx_http_mysql_test.c b/src/mysql/ngx_http_mysql_test.c index 6b9d7b019..b618bd64d 100644 --- a/src/mysql/ngx_http_mysql_test.c +++ b/src/mysql/ngx_http_mysql_test.c @@ -10,8 +10,8 @@ typedef struct { - ngx_peer_addr_t *peers; - ngx_uint_t npeers; + ngx_addr_t *peers; + ngx_uint_t npeers; } ngx_http_mysql_test_conf_t; |