summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-02 04:22:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-02 04:22:59 (GMT)
commitea4271a3944e905ac2f4f5130e1e54df03e52ad6 (patch)
tree26a8509c67e6d12a8d78923ee73770abfe25e2cd /src/H5Fpkg.h
parent18264bf51c2e297efe6fedaf193e54802bc49904 (diff)
downloadhdf5-ea4271a3944e905ac2f4f5130e1e54df03e52ad6.zip
hdf5-ea4271a3944e905ac2f4f5130e1e54df03e52ad6.tar.gz
hdf5-ea4271a3944e905ac2f4f5130e1e54df03e52ad6.tar.bz2
[svn-r18500] Description:
Extract data structure 'destroy' routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index dc1efd8..58b177e 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -133,7 +133,7 @@ typedef struct H5F_file_t {
hbool_t latest_format; /* Always use the latest format? */
hbool_t store_msg_crt_idx; /* Store creation index for object header messages? */
hbool_t fam_to_sec2; /* Is h5repart changing driver from family to sec2? */
- int ncwfs; /* Num entries on cwfs list */
+ unsigned ncwfs; /* Num entries on cwfs list */
struct H5HG_heap_t **cwfs; /* Global heap cache */
struct H5G_t *root_grp; /* Open root group */
H5FO_t *open_objs; /* Open objects in file */