X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcfile.h;h=8752555c42a7954e999aadf3a3b64afd8aac71e0;hb=46289c8b713538e12f49160e8e6eb79e131e8a20;hp=bc9dbad7e4453381ee4c0e6b4dd5c25976b37b3b;hpb=a66b7d79383ae700f3358731eecfe2aafed0e90d;p=idzebra-moved-to-github.git diff --git a/bfile/cfile.h b/bfile/cfile.h index bc9dbad..8752555 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -68,7 +68,7 @@ struct CFile_head { typedef struct CFile_struct { struct CFile_head head; - + MFile block_mf; /**< block meta file */ MFile hash_mf; /**< hash or index file (depending on state) */ zint *array; /**< array for hash */