X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisam.h;h=d9a4d1555ee9abdd36d99ca8e2a327fcd3145718;hb=ec77ed2ec65bab40d8601b955d7f44b2ce6acc34;hp=126270ed69a08f583a9cc9b7eb6441d2b3d91f52;hpb=732d842eef3d8cac8e30adc69b53ebe588f4770f;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; /*