]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. osrfLogGetXid now returns a pointer to const. We don't want the
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 10 Oct 2009 19:19:27 +0000 (19:19 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 10 Oct 2009 19:19:27 +0000 (19:19 +0000)
commit79dac398bb5c92b84456b578ce127b9bc5821c66
tree70835ca8160438fd1aa97224c156724485b59861
parente08c2750da728fa248836cf53f0f95cd9c64f8aa
1. osrfLogGetXid now returns a pointer to const.  We don't want the
calling code to be able to overwrite the cached copy of the
transaction id.

2. Add doxygen-style comments to document some of the functions.

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

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