Better support for extra data for SRU codecs and GFS
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Oct 2009 13:27:58 +0000 (14:27 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 Oct 2009 13:27:58 +0000 (14:27 +0100)
commit6e3d70edfadd110351b71466c51632e288e31773
treed2e1bd17a3349b3613ddf868286effc546e34f80
parent5d493e5a4ce6300660debe3e2ad82c21592039ca
Better support for extra data for SRU codecs and GFS

The Z_SRW_PDU structure has two new members extraResponseData_{buf,len}
for extra data response buffer and length. For the GFS, both request
and response data (XML) is carried in extra_args and extra_response_data
for the search handler. Patch by Ko van der Sloot.
NEWS
include/yaz/backend.h
include/yaz/srw.h
src/seshigh.c
src/srw.c
src/srwutil.c
src/zoom-c.c
ztest/ztest.c