]> git.evergreen-ils.org Git - OpenSRF.git/commit
Incorporate _osrf_app_request_resend into osrf_app_session_request_resend(),
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 1 Jan 2010 22:16:01 +0000 (22:16 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 1 Jan 2010 22:16:01 +0000 (22:16 +0000)
commit2047e0458548abdcfd40e94ade61c901ec0ddc75
treefee699db24a9e8d6d0117053f8b91a3ca5251e26
parent1930805fe99909a8ee1ff98c755c9f3327037478
Incorporate _osrf_app_request_resend into osrf_app_session_request_resend(),
which had been its only caller.  The code is trivial enough that it will be
simple to break out again if necessary.  Meanwhile having it all in a single
function makes it more readable.

Free the hash table of requests correctly; i.e. all of each linked list, not
just the first node.

Various additions and refinements to comments; occasional tweaks to white space.

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

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