X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fbfile.h;h=d3c9380f85f30b8985c71d89faaee0b64e025adc;hb=ba572d8e1de44023f355c09c4250328aba0e9a47;hp=66b935e1a30812f4dfa63922cce26d824bebd35e;hpb=45a6ad99e5210bc4ef39bf00d81aee8f0fb26168;p=idzebra-moved-to-github.git diff --git a/include/bfile.h b/include/bfile.h index 66b935e..d3c9380 100644 --- a/include/bfile.h +++ b/include/bfile.h @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: bfile.h,v 1.18 1999-12-08 15:03:11 adam Exp $ + * $Id: bfile.h,v 1.19 2000-03-15 15:00:30 adam Exp $ */ #ifndef BFILE_H @@ -25,6 +25,7 @@ void bfs_destroy (BFiles bfiles); typedef struct BFile_struct { MFile mf; + Zebra_lock_rdwr rdwr_lock; struct CFile_struct *cf; } *BFile, BFile_struct;