summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-02 04:39:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-02 04:39:43 (GMT)
commit2b551d282f88e7e33baf11702016535f28a2ceab (patch)
treee5496cfb773cffe6e4017c8ad9e13b50a84c6d33 /src/H5Fpkg.h
parent61817758ddefdfc6f6de628f4ef0f5d509774c4b (diff)
downloadhdf5-2b551d282f88e7e33baf11702016535f28a2ceab.zip
hdf5-2b551d282f88e7e33baf11702016535f28a2ceab.tar.gz
hdf5-2b551d282f88e7e33baf11702016535f28a2ceab.tar.bz2
[svn-r18503] Description:
Bring r18502 from trunk to 1.8 branch: Bring r18501 from metadata journaling "merging" branch to trunk: Extract data structure 'destroy' routines from metadata cache client 'destroy' callbacks. Tested on: FreeBSD/32 6.3 (duty) w/debug (h5committested on trunk)
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 68c3b4e..9318afe 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -223,7 +223,7 @@ typedef struct H5F_file_t {
unsigned gc_ref; /* Garbage-collect references? */
hbool_t latest_format; /* Always use the latest format? */
hbool_t store_msg_crt_idx; /* Store creation index for object header messages? */
- 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 */