]> git.evergreen-ils.org Git - OpenSRF.git/commit
Eliminated two members of the osrfMessage structure:
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 16 Nov 2009 04:57:11 +0000 (04:57 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 16 Nov 2009 04:57:11 +0000 (04:57 +0000)
commit69f731f19081c6820a71f8134acceb3d045f5e16
tree53a613df4d312979ac0704a7b69cc1ea20727df5
parentebbedc3d58580d240848d220c7e8df8481d2833f
Eliminated two members of the osrfMessage structure:
result_string and sender_tz_offset.  Neither is used for
anything, and either may be easily reinstated if necessary.

I was tempted to eliminate the protocol member as well,
since it isn't used for anything either.  However it's
populated from one of the parameters to osrf_message_init().
Getting rid of the protocol member properly would ramify
to all the code that calls osrf_message_init(), which would
be a lot of work to undo if necessary, so I left it alone.

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

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