X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=index%2Fzserver.h;h=04547fb869b377ddac7fa3345c832e70149c8088;hb=0d1685e5db9bf74ff80a4b483754532a73fcbb74;hp=d6d62179a6b1baf5592e68e48394da2917e71e36;hpb=f3e73ab63fbc960d863d9c14bab3b9e79c400ffa;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index d6d6217..04547fb 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.12 1995-10-27 14:00:12 adam + * Revision 1.13 1995-11-16 15:34:56 adam + * Uses new record management system in both indexer and server. + * + * Revision 1.12 1995/10/27 14:00:12 adam * Implemented detection of database availability. * * Revision 1.11 1995/10/17 18:02:12 adam @@ -44,10 +47,14 @@ * */ -#include "index.h" #include #include +#include "index.h" +#if RECORD_BASE +#include "recindex.h" +#endif + typedef struct { int sysno; int score; @@ -65,7 +72,11 @@ typedef struct { Dict wordDict; ISAM wordIsam; Dict fileDict; +#if RECORD_BASE + Records records; +#else int sys_idx_fd; +#endif int errCode; char *errString; ODR odr;