]> git.evergreen-ils.org Git - OpenSRF.git/commit
Eliminated the function pointer osrf_stack_entry_point so that
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 8 Dec 2009 03:40:00 +0000 (03:40 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 8 Dec 2009 03:40:00 +0000 (03:40 +0000)
commit4330bed1fc49328de3b1226313af3f25dccbfbc9
tree364fdc739da8dc5c684a83cb2436adcf0fd1945e
parent7d06e42fffb1f3ade81cd8f00a1dc36c24fdcf21
Eliminated the function pointer osrf_stack_entry_point so that
osrf_app_session_queue_wait() can call osrf_stack_process() directly.
This change entails some juggling of declarations, headers, and the
like, but does not substantively affect the processing.

Also: made a number of other minor changes, mostly to comments
and white space.

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

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