X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=afce1579a9320ff3b49d99027c643d747b91cd04;hb=083d994896c30d9c560580daa19c9ca370901e3a;hp=519002614011dc68a48ad9b973c7980e9b8a802c;hpb=caa7fe057dd8617129577a6725d2c4e3da066857;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index 5190026..afce157 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,16 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.2 1995-09-06 16:11:19 adam + * Revision 1.5 1995-09-27 16:17:32 adam + * More work on retrieve. + * + * Revision 1.4 1995/09/14 11:53:28 adam + * First work on regular expressions/truncations. + * + * Revision 1.3 1995/09/08 08:53:23 adam + * Record buffer maintained in server_info. + * + * Revision 1.2 1995/09/06 16:11:19 adam * Option: only one word key per file. * * Revision 1.1 1995/09/05 15:28:40 adam @@ -21,6 +30,10 @@ typedef struct { char *buf; } ZServerRecord; +typedef struct { + int sysno; +} ZServerSetSysno; + typedef struct ZServerSet_ { char *name; RSET rset; @@ -34,6 +47,9 @@ typedef struct { ISAM wordIsam; Dict fileDict; int sys_idx_fd; + char *recordBuf; + int errCode; + char *errString; } ZServerInfo; int rpn_search (ZServerInfo *zi,