aboutsummaryrefslogtreecommitdiff
path: root/src/mysql/ngx_http_mysql_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql/ngx_http_mysql_test.c')
-rw-r--r--src/mysql/ngx_http_mysql_test.c4
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;