summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-12 04:10:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-12 04:10:00 (GMT)
commit1db993a27159c03d44e5dd8b3f766813b171929f (patch)
treea6102360d4f964f18426266725741df9f3a1aef8 /src/H5Fpkg.h
parent6a72ec80e5c915061717e6960c28f5524b68857a (diff)
downloadhdf5-1db993a27159c03d44e5dd8b3f766813b171929f.zip
hdf5-1db993a27159c03d44e5dd8b3f766813b171929f.tar.gz
hdf5-1db993a27159c03d44e5dd8b3f766813b171929f.tar.bz2
[svn-r17342] Description:
Bring r17341 from trunk to 1.8 branch: Tweaks to comments, to better align with changes on sblock_mdc branch Tested on: Just eyeballed, only tweaks to comments
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 5b22266..b69d11c 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -119,8 +119,8 @@ typedef struct H5F_file_t {
H5FD_t *lf; /* Lower level file handle for I/O */
unsigned nrefs; /* Ref count for times file is opened */
uint8_t status_flags; /* File status flags */
- unsigned flags; /* Access Permissions for file */
- H5F_mtab_t mtab; /* File mount table */
+ unsigned flags; /* Access Permissions for file */
+ H5F_mtab_t mtab; /* File mount table */
/* Cached values from FCPL/superblock */
unsigned sym_leaf_k; /* Size of leaves in symbol tables */
@@ -201,6 +201,7 @@ struct H5F_t {
unsigned nmounts; /* Number of children mounted to this file */
};
+
/*****************************/
/* Package Private Variables */
/*****************************/