summaryrefslogtreecommitdiffstats
path: root/src/H5B2pkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-29 08:41:01 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-29 08:41:01 (GMT)
commit3d2beeec1fb63c8c2bac4658df382ea7a9d61e05 (patch)
treeb2ddd93f609d6449936475e41529ad021038b217 /src/H5B2pkg.h
parenta6ab26c74b29fff10e6a40bb351eb4a6eaa24162 (diff)
parentb092dbcdfdfc7477596ae49f816f18e0dadf0fb1 (diff)
downloadhdf5-3d2beeec1fb63c8c2bac4658df382ea7a9d61e05.zip
hdf5-3d2beeec1fb63c8c2bac4658df382ea7a9d61e05.tar.gz
hdf5-3d2beeec1fb63c8c2bac4658df382ea7a9d61e05.tar.bz2
Merge pull request #177 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_chunks_10 to develop
* commit 'b092dbcdfdfc7477596ae49f816f18e0dadf0fb1': Bring over another batch (hopefully the last) of non-SWMR "normalization" changes from the revise_chunks branch.
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r--src/H5B2pkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index edac296..6a385d4 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -261,8 +261,8 @@ typedef struct H5B2_leaf_cache_ud_t {
#ifdef H5B2_TESTING
/* Node information for testing */
typedef struct H5B2_node_info_test_t {
- unsigned depth; /* Depth of node */
- unsigned nrec; /* Number of records in node */
+ uint16_t depth; /* Depth of node */
+ uint16_t nrec; /* Number of records in node */
} H5B2_node_info_test_t;
#endif /* H5B2_TESTING */