summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-12 04:06:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-12 04:06:18 (GMT)
commita9032b25ba24e1c587d92e1d1e9ddfce0f037ce0 (patch)
tree7a0cef217d5df6f6afabac17a273596a0aacde15 /src/H5Fpkg.h
parent7dc66a568566bd47d09a47f8e77c716d8dd792e1 (diff)
downloadhdf5-a9032b25ba24e1c587d92e1d1e9ddfce0f037ce0.zip
hdf5-a9032b25ba24e1c587d92e1d1e9ddfce0f037ce0.tar.gz
hdf5-a9032b25ba24e1c587d92e1d1e9ddfce0f037ce0.tar.bz2
[svn-r17341] Description:
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 b39ad11..c7ac1fa 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -124,8 +124,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 */
@@ -206,6 +206,7 @@ struct H5F_t {
unsigned nmounts; /* Number of children mounted to this file */
};
+
/*****************************/
/* Package Private Variables */
/*****************************/