diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-15 20:16:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-15 20:16:04 (GMT) |
commit | 49ab3665aac51d817c362ebbc79d5835eb892484 (patch) | |
tree | 4f51b13a5a0852f7b22dbf376e1645a7e716521f /src/H5B2test.c | |
parent | e7fd69d4e585880979f9124ad67d5efdfc7ee05c (diff) | |
download | hdf5-49ab3665aac51d817c362ebbc79d5835eb892484.zip hdf5-49ab3665aac51d817c362ebbc79d5835eb892484.tar.gz hdf5-49ab3665aac51d817c362ebbc79d5835eb892484.tar.bz2 |
[svn-r12093] Purpose:
Code checkpoint
Description:
Checkpoint fractal heap changes - mostly internal changes to better
handle more direct blocks from root indirect block.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4 (chicago)
Mac OS X (amazon)
Diffstat (limited to 'src/H5B2test.c')
-rw-r--r-- | src/H5B2test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5B2test.c b/src/H5B2test.c index 7749ee7..3d3f787 100644 --- a/src/H5B2test.c +++ b/src/H5B2test.c @@ -44,6 +44,11 @@ /********************/ +/* Package Typedefs */ +/********************/ + + +/********************/ /* Local Prototypes */ /********************/ static herr_t H5B2_test_store(void *nrecord, const void *udata); |