X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fmfile.h;h=a52aa70057a87b02d5ab8f9b0c8c39d575cc9f76;hb=aa61d44969d09a45d04e8a6d30ab51875ad89e61;hp=8fcae0740deb74c03f221b2c8f24f9cbca3285c3;hpb=08b7c1004e499046730ef564c901cc3b584d6e1f;p=idzebra-moved-to-github.git diff --git a/bfile/mfile.h b/bfile/mfile.h index 8fcae07..a52aa70 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,5 +1,5 @@ -/* $Id: mfile.h,v 1.11 2006-12-03 16:05:13 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: mfile.h,v 1.13 2007-12-18 13:39:39 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -93,14 +93,14 @@ typedef struct meta_file struct meta_file *next; } *MFile, meta_file; -typedef struct MFile_area_struct +struct MFile_area_struct { char name[FILENAME_MAX+1]; mf_dir *dirs; struct meta_file *mfiles; struct MFile_area_struct *next; /* global list of active areas */ Zebra_mutex mutex; -} MFile_area_struct; +}; /** \brief creates a metafile area \param name of area (does not show up on disk - purely for notation)