summaryrefslogtreecommitdiffstats
path: root/src/H5B2pkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-29 20:13:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-29 20:13:49 (GMT)
commitb05a1c671317403994e4bff5564563f41d348eea (patch)
tree97245dc33498888a05394a888d47a22acb06580c /src/H5B2pkg.h
parent789e672956c99300d6e22f602fae5bc2fe286ce6 (diff)
downloadhdf5-b05a1c671317403994e4bff5564563f41d348eea.zip
hdf5-b05a1c671317403994e4bff5564563f41d348eea.tar.gz
hdf5-b05a1c671317403994e4bff5564563f41d348eea.tar.bz2
[svn-r18671] Description:
Mostly minor code cleanups and reformatting to better set up udata parameters when protecting metadata cache entries. Also, some changes to better align with state of code on the trunk. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r--src/H5B2pkg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index 5ffa062..21b6eee 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -215,13 +215,6 @@ typedef struct H5B2_internal_t {
unsigned depth; /* Depth of this node in the B-tree */
} H5B2_internal_t;
-/* User data for metadata cache 'load' callback */
-typedef struct {
- H5RC_t *bt2_shared; /* Ref counter for shared B-tree info */
- unsigned nrec; /* Number of records in node to load */
- unsigned depth; /* Depth of node to load */
-} H5B2_int_load_ud1_t;
-
#ifdef H5B2_TESTING
/* Node information for testing */
typedef struct {