diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-02 04:39:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-02 04:39:43 (GMT) |
commit | 2b551d282f88e7e33baf11702016535f28a2ceab (patch) | |
tree | e5496cfb773cffe6e4017c8ad9e13b50a84c6d33 /src/H5Fpkg.h | |
parent | 61817758ddefdfc6f6de628f4ef0f5d509774c4b (diff) | |
download | hdf5-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.h | 2 |
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 */ |