]> git.evergreen-ils.org Git - OpenSRF.git/commit
New function: client_sock_fd(). It returns the socket fd used
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 2 Nov 2009 22:59:43 +0000 (22:59 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 2 Nov 2009 22:59:43 +0000 (22:59 +0000)
commit2e92861bb19700be5a7d1f6d7a16cd53ce9409ac
treed9d51d8ca7d45eac3ee34f854e44ba65ae29db2c
parent61fe442042aa82b09202111fe3656cf464bbd2b9
New function: client_sock_fd().  It returns the socket fd used
by the transport_session underlying a specified transport_client.

Purpose: increase the level of encapsulation, so that the
calling code doesn't need to know about three layers of internals.

M    include/opensrf/transport_client.h
M    src/libopensrf/transport_client.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1837 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/transport_client.h
src/libopensrf/transport_client.c