X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamc-p.h;h=a52e486f584cf98902660137ef86c1c908679e2b;hb=cd0427111b705e414406e1e262f3772e40c7f662;hp=0d4d021e46414ae871515078ca29ca2e4f58816e;hpb=801ef4b322574c793abdc1ba81dea2da62ca60bc;p=idzebra-moved-to-github.git diff --git a/isamc/isamc-p.h b/isamc/isamc-p.h index 0d4d021..a52e486 100644 --- a/isamc/isamc-p.h +++ b/isamc/isamc-p.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isamc-p.h,v $ - * Revision 1.4 1996-11-08 11:15:28 adam + * Revision 1.5 1998-03-16 10:37:24 adam + * Added more statistics. + * + * Revision 1.4 1996/11/08 11:15:28 adam * Number of keys in chain are stored in first block and the function * to retrieve this information, isc_pp_num is implemented. * @@ -39,6 +42,13 @@ typedef struct ISAMC_file_s { int no_released; int no_remap; + int no_forward; + int no_backward; + int sum_forward; + int sum_backward; + int no_next; + int no_prev; + int fc_max; int *fc_list; } *ISAMC_file;