From: Adam Dickmeiss Date: Tue, 18 Dec 2007 13:39:39 +0000 (+0000) Subject: Simplify definition X-Git-Tag: ZEBRA.2.0.20~7 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=8d8e126e76f2001e4ce431efb293fbfa0d65c9d7;p=idzebra-moved-to-github.git Simplify definition --- diff --git a/bfile/mfile.h b/bfile/mfile.h index 86068bb..a52aa70 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,4 +1,4 @@ -/* $Id: mfile.h,v 1.12 2007-01-15 20:08:23 adam Exp $ +/* $Id: mfile.h,v 1.13 2007-12-18 13:39:39 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -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)