X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Fcfile.h;h=8752555c42a7954e999aadf3a3b64afd8aac71e0;hp=8ebceb7f4cd36050d1891472215df6187c621738;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/bfile/cfile.h b/bfile/cfile.h index 8ebceb7..8752555 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -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 */