From: Adam Dickmeiss Date: Tue, 27 Oct 2009 13:27:58 +0000 (+0100) Subject: Better support for extra data for SRU codecs and GFS X-Git-Tag: v3.0.50~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6e3d70edfadd110351b71466c51632e288e31773;hp=6e3d70edfadd110351b71466c51632e288e31773 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. ---