X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fserver.c;h=383469bd5b846307c8812396bfdb995a57331fcb;hb=d70dd7ca2db0a4f7d7c63367466567cc1efe9f68;hp=68b3d80146416ede910f85a8c963369dc09d8d98;hpb=e42302e08fa4d04cb21eaf7493f5f92b11169c03;p=m6w6%2Flibmemcached diff --git a/tests/server.c b/tests/server.c index 68b3d801..383469bd 100644 --- a/tests/server.c +++ b/tests/server.c @@ -99,7 +99,7 @@ void server_startup(server_startup_st *construct) for (x= 0; x < memcached_server_list_count(construct->servers); x++) { - printf("\t%s : %d\n", construct->servers[x].hostname, construct->servers[x].port); + printf("\t%s : %d\n", memcached_server_name(&construct->servers[x]), memcached_server_port(&construct->servers[x])); assert(construct->servers[x].fd == -1); assert(construct->servers[x].cursor_active == 0); }