X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcfile.h;h=5c74717798f81fc42dc11199617d6c1cf4ad383c;hb=c63fd1f0a9c65ef4a70d4e67c2a86941aaf70a3f;hp=8ebceb7f4cd36050d1891472215df6187c621738;hpb=a030c87bc444608639905eca95e29f84a4f1d991;p=idzebra-moved-to-github.git diff --git a/bfile/cfile.h b/bfile/cfile.h index 8ebceb7..5c74717 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 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 */