89a55ecf43c96f0739152c1c851917d48bfd8c03
4 This closes all connections (forces flush of input as well).
6 Maybe add a host specific, or key specific version?
8 void memcached_quit(memcached_st
*ptr
)
14 for (x
= 0; x
< ptr
->number_of_hosts
; x
++)
16 if (ptr
->hosts
[x
].fd
!= -1)
18 close(ptr
->hosts
[x
].fd
);