summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:34:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 02:34:54 (GMT)
commitccc0d85878139e0d00a9376af719ca0ee2bea585 (patch)
tree6c6edd2444b4312228460e6eb70066798da8b1d8 /src/H5Dpkg.h
parente99906f5175e1516a9f28b3acbcffd962637ca89 (diff)
downloadhdf5-ccc0d85878139e0d00a9376af719ca0ee2bea585.zip
hdf5-ccc0d85878139e0d00a9376af719ca0ee2bea585.tar.gz
hdf5-ccc0d85878139e0d00a9376af719ca0ee2bea585.tar.bz2
[svn-r17269] Description:
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,