Rename socket_is_still_usable() to socket_is_still_alive().
authorFabian Keil <fk@fabiankeil.de>
Fri, 23 Apr 2010 11:53:48 +0000 (11:53 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 23 Apr 2010 11:53:48 +0000 (11:53 +0000)
commit05dd2cc7b727e9600f3808d9156d94d1a3396155
tree3d62d0faa0abbdf30b6d52983f3829f5ba979872
parentdc0b08ab7bb1e3101ee62232e5c8bd965f2ddc40
Rename socket_is_still_usable() to socket_is_still_alive().

The fact that a socket is still alive doesn't mean that it's
still (re)usable and given that the function only checks the
former, the previous name was a bit misleading.
gateway.c
jbsockets.c
jbsockets.h
jcc.c