diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-25 19:52:10 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2001-10-25 19:52:10 (GMT) |
commit | 33189bd39be337df900a5dbd65190b111a959f31 (patch) | |
tree | 27f6de45d7232c4fabdd6c2285aeb98a29c5e424 /src/H5Pprivate.h | |
parent | b3afaccfe51320c3cb38a2338d17ba8f79c15073 (diff) | |
download | hdf5-33189bd39be337df900a5dbd65190b111a959f31.zip hdf5-33189bd39be337df900a5dbd65190b111a959f31.tar.gz hdf5-33189bd39be337df900a5dbd65190b111a959f31.tar.bz2 |
[svn-r4573]
Purpose:
Switch mount property list to the new generic property list.
Platforms tested:
IRIX64 6.5, SunOS 5.7, FreeBSD.
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r-- | src/H5Pprivate.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h index f6d7573..bc68de8 100644 --- a/src/H5Pprivate.h +++ b/src/H5Pprivate.h @@ -90,13 +90,8 @@ typedef struct H5P_genplist_tag { H5P_genprop_t *props[1]; /* Hash table of pointers to properties in the list */ } H5P_genplist_t; -/* Master property list structure */ typedef struct { - /* Union of all the different kinds of property lists */ - union { - H5F_mprop_t mount; /* Mounting properties */ - } u; - H5P_class_t_old cls; /* Property list class */ + H5P_class_t cls; } H5P_t; /* Private functions, not part of the publicly documented API */ |