X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=2ebdb616029d0ae67e10cbfeeb323933d0d6acae;hb=aebdede4bcc1dfe05728dac36b51a1cda85cc70e;hp=f3acfd5fab7047d9f07879049e53c627817befa1;hpb=4f4057606fcc67b92895e575a6f3af2d5165b75c;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index f3acfd5..2ebdb61 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.10 1995-09-14 07:48:23 adam + * Revision 1.11 1995-09-27 12:22:28 adam + * More work on extract in record control. + * Field name is not in isam keys but in prefix in dictionary words. + * + * Revision 1.10 1995/09/14 07:48:23 adam * Record control management. * * Revision 1.9 1995/09/11 13:09:33 adam @@ -47,10 +51,8 @@ #define IT_KEY_HAVE_FIELD 0 struct it_key { - int sysno; - int seqno; - unsigned attrSet : 3; - unsigned attrUse : 13; + int sysno; + short seqno; }; struct dir_entry {