]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. In socket_open_tcp_client(): use getaddrinfo() instead of gethostbyname().
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 13 Oct 2009 23:07:01 +0000 (23:07 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 13 Oct 2009 23:07:01 +0000 (23:07 +0000)
commita67a6efc4a3789b9d0e62f785aa06e1b35196334
treef54ace520992a09917ea37fec097fec6140d13db
parentbfb42186a971182c67bf48c4fb4db27034a55b48
1. In socket_open_tcp_client(): use getaddrinfo() instead of gethostbyname().
The latter is obsolete, according to the man page and other sources.

2. Add doxygen-style comments to document several more functions.

M    src/libopensrf/socket_bundle.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1819 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/socket_bundle.c