X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ffrontend.xml;h=2121b07392cf4a0b914b782eafc36b198248943f;hb=3bb2e157affd19490974257a252472716d7858b3;hp=70329d01f2e65a1f7e75b39aacc5a89b5d3b2dab;hpb=590c128319e6987f82f3e798b12173c5ecf197b4;p=yaz-moved-to-github.git diff --git a/doc/frontend.xml b/doc/frontend.xml index 70329d0..2121b07 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -342,6 +342,7 @@ typedef struct bend_initrequest Z_ReferenceId *referenceId;/* reference ID */ char *peer_name; /* dns host of peer (client) */ + char *implementation_id; char *implementation_name; char *implementation_version; int (*bend_sort) (void *handle, bend_sort_rr *rr); @@ -394,8 +395,9 @@ typedef struct bend_initresult The members peer_name, + implementation_id, implementation_name and - implementation_version holds DNS of client, name + implementation_version holds DNS of client, ID of implementor, name of client (Z39.50) implementation - and version.