summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:57:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:57:12 (GMT)
commit31a7cd56bfdb08646d9638fdabb576b3af38fc11 (patch)
treedc70241d63eb91309da13aefa690734dd47921f3 /src/H5Dpkg.h
parent981ba55190b978b3e67223df0a7049c65c826a1a (diff)
downloadhdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.zip
hdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.tar.gz
hdf5-31a7cd56bfdb08646d9638fdabb576b3af38fc11.tar.bz2
[svn-r17271] Description:
Bring r17269 from trunk to 1.8 branch: Refactor how serialized size of layout message is computed, slightly. Tested on: Mac OS X/32 10.5.7 (amazon) debug & production FreeBSD/32 6.3 (duty) debug Too minor to require h5committest
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 3167f56..b77c391 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -559,6 +559,8 @@ H5_DLL herr_t H5D_scatgath_write(const H5D_io_info_t *io_info,
/* Functions that operate on dataset's layout information */
H5_DLL herr_t H5D_layout_set_io_ops(const H5D_t *dataset);
+H5_DLL size_t H5D_layout_meta_size(const H5F_t *f, const H5O_layout_t *layout,
+ hbool_t include_compact_data);
H5_DLL herr_t H5D_layout_oh_create(H5F_t *file, hid_t dxpl_id, H5O_t *oh,
H5D_t *dset, hid_t dapl_id);
H5_DLL herr_t H5D_layout_oh_read(H5D_t *dset, hid_t dxpl_id, hid_t dapl_id,