X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamd-p.h;h=fa0b7480ee305deda8142df1cb90733f82ffc142;hb=138b954cffe470bf0e62d812cae6e859aa57cdb5;hp=95b8d46a044d7f21d425343ee0a0a411937451a4;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/isamc/isamd-p.h b/isamc/isamd-p.h index 95b8d46..fa0b748 100644 --- a/isamc/isamd-p.h +++ b/isamc/isamd-p.h @@ -1,5 +1,5 @@ -/* $Id: isamd-p.h,v 1.11 2002-08-02 19:26:56 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: isamd-p.h,v 1.13 2003-06-23 15:36:11 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps This file is part of the Zebra server. @@ -69,7 +69,7 @@ typedef struct ISAMD_file_s { struct ISAMD_s { int no_files; int max_cat; - ISAMD_M method; + ISAMD_M *method; ISAMD_file files; int last_pos; /* last read/write position for seek stats */ int last_cat; /* same for category */ @@ -119,7 +119,7 @@ struct ISAMD_PP_s { sizeof(ISAMD_BLOCK_SIZE) + \ sizeof(ISAMD_BLOCK_SIZE)) /* == 12 (was 16) */ -// sizeof(int) + +/* sizeof(int) + */ int isamd_alloc_block (ISAMD is, int cat); @@ -141,7 +141,13 @@ int singleton_encode(struct it_key *k); /* * $Log: isamd-p.h,v $ - * Revision 1.11 2002-08-02 19:26:56 adam + * Revision 1.13 2003-06-23 15:36:11 adam + * Implemented isamb_unlink. + * + * Revision 1.12 2002/11/26 22:18:34 adam + * Remove // comments + * + * Revision 1.11 2002/08/02 19:26:56 adam * Towards GPL * * Revision 1.10 2002/04/29 18:10:24 adam