summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-21 15:39:06 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-21 15:39:06 (GMT)
commitb067b416b21013d38dff9f46948b6db3862450c1 (patch)
tree9d870f943711fb16f28aaf54da4c90c8045b1e04 /tools/h5repack/h5repack.h
parenta4487662b0ee9443951642c38bcd5c2478ff24ef (diff)
downloadhdf5-b067b416b21013d38dff9f46948b6db3862450c1.zip
hdf5-b067b416b21013d38dff9f46948b6db3862450c1.tar.gz
hdf5-b067b416b21013d38dff9f46948b6db3862450c1.tar.bz2
[svn-r16112] #1375. Define a default chunk whose size is manageable. Defined currently as the same size of hyperslab (that compares the dimension sizes against a predefined constant size and chooses the minimum between the two)
Tested : linux, windows
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index 384ec2d..b63102b 100644
--- a/tools/h5repack/h5repack.h
+++ b/tools/h5repack/h5repack.h
@@ -176,6 +176,7 @@ void init_packobject(pack_info_t *obj);
int apply_filters(const char* name, /* object name from traverse list */
int rank, /* rank of dataset */
hsize_t *dims, /* dimensions of dataset */
+ size_t msize, /* size of type */
hid_t dcpl_id, /* dataset creation property list */
pack_opt_t *options, /* repack options */
int *has_filter); /* (OUT) object NAME has a filter */