X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamh-p.h;h=c1adaa00fd0e13fa8d21694fb748201d360902c7;hb=544e8fcc65541951ba92d0212838a0bebbc3084c;hp=6e8078b233a83e0b20ffe43c7bb7243a832622e8;hpb=5ed7bb5a4a7e46271cc161304b114eae54b53674;p=idzebra-moved-to-github.git diff --git a/isamc/isamh-p.h b/isamc/isamh-p.h index 6e8078b..c1adaa0 100644 --- a/isamc/isamh-p.h +++ b/isamc/isamh-p.h @@ -73,10 +73,12 @@ struct ISAMH_PP_s { #define ISAMH_BLOCK_OFFSET_N (sizeof(int) + \ sizeof(ISAMH_BLOCK_SIZE)) +/* == 8 */ #define ISAMH_BLOCK_OFFSET_1 (sizeof(int) + \ sizeof(ISAMH_BLOCK_SIZE) + \ sizeof(int) + \ sizeof(ISAMH_BLOCK_SIZE)) +/* == 16 */ int isamh_alloc_block (ISAMH is, int cat); void isamh_release_block (ISAMH is, int cat, int pos); int isamh_read_block (ISAMH is, int cat, int pos, char *dst); @@ -90,7 +92,10 @@ int isamh_write_block (ISAMH is, int cat, int pos, char *src); /* * $Log: isamh-p.h,v $ - * Revision 1.2 1999-07-06 09:37:05 heikki + * Revision 1.3 1999-07-07 09:36:04 heikki + * Fixed an assertion in isamh + * + * Revision 1.2 1999/07/06 09:37:05 heikki * Working on isamh - not ready yet. * * Revision 1.1 1999/06/30 15:05:45 heikki