1. Refactored _do_client() and _do_server() so as to untangle some
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 24 Feb 2010 02:51:29 +0000 (02:51 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 24 Feb 2010 02:51:29 +0000 (02:51 +0000)
commitcd2a3299b10f61458c2a3d37b091139698c3f0a8
tree93026e82b0db8fc120b035469690623c7d137bfa
parentbbce6142ed850f7320eeca2a9620061cb37eca97
1. Refactored _do_client() and _do_server() so as to untangle some
needlessly convoluted and confusing logic.

2. In particular: eliminated osrf_stack_application_handler() altogether,
breaking it into pieces and incorporating them into the calling functions.

3. Added doxygen-style comments to document all functions.

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

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