diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 04:01:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 04:01:49 (GMT) |
commit | 330a3f1fcb16bcc61c525bb81aa2d4db907974c7 (patch) | |
tree | e8ba6b064af994f3b64534b18c8246b0ac420d59 /src/H5BTprivate.h | |
parent | da3eeee908eb6f6432b7fb15ce211c890d097dd5 (diff) | |
download | hdf5-330a3f1fcb16bcc61c525bb81aa2d4db907974c7.zip hdf5-330a3f1fcb16bcc61c525bb81aa2d4db907974c7.tar.gz hdf5-330a3f1fcb16bcc61c525bb81aa2d4db907974c7.tar.bz2 |
[svn-r10190] Purpose:
New feature
Description:
Add query for the total size of blocks tracked
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5BTprivate.h')
-rw-r--r-- | src/H5BTprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5BTprivate.h b/src/H5BTprivate.h index 2c01e51..a5805ac 100644 --- a/src/H5BTprivate.h +++ b/src/H5BTprivate.h @@ -48,6 +48,8 @@ H5_DLL herr_t H5BT_create(H5F_t *f, hid_t dxpl_id, haddr_t *addr_p); H5_DLL herr_t H5BT_insert(H5F_t *f, hid_t dxpl_id, haddr_t addr, haddr_t offset, hsize_t length); +H5_DLL herr_t H5BT_get_total_size(H5F_t *f, hid_t dxpl_id, haddr_t addr, + hsize_t *tot_size); #endif /* _H5BTprivate_H */ |