X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=d9a4d1555ee9abdd36d99ca8e2a327fcd3145718;hb=769e5c9b42bf87531296013fac0af819af9228ee;hp=126270ed69a08f583a9cc9b7eb6441d2b3d91f52;hpb=2fdd6275d8becc9c2317bd2b23daa3c569926392;p=idzebra-moved-to-github.git diff --git a/include/isam.h b/include/isam.h index 126270e..d9a4d15 100644 --- a/include/isam.h +++ b/include/isam.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isam.h,v $ - * Revision 1.1 1994-09-12 08:02:07 quinn + * Revision 1.2 1994-09-14 13:10:35 quinn + * Small changes + * + * Revision 1.1 1994/09/12 08:02:07 quinn * Not functional yet * */ @@ -27,9 +30,11 @@ typedef struct isam_blocktype { BFile bf; /* blocked file */ int blocksize; + int first_block; /* position of first data block */ int max_keys_block; /* max num of keys per block */ int nice_keys_block; /* nice number of keys per block */ int max_keys; /* max number of keys per table */ + int freelist; /* fist free block */ } isam_blocktype; /*