summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-01-14 20:40:19 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-01-14 20:40:19 (GMT)
commitec704e0077cdeb2b0ce837039daaa97a2c264175 (patch)
tree8c363de44bcf47c6bd47027b71efc98d03482225 /src/H5Dpublic.h
parent2fba171a67270f4a11bf08a9054bfe7ca008e778 (diff)
parentc9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5 (diff)
downloadhdf5-ec704e0077cdeb2b0ce837039daaa97a2c264175.zip
hdf5-ec704e0077cdeb2b0ce837039daaa97a2c264175.tar.gz
hdf5-ec704e0077cdeb2b0ce837039daaa97a2c264175.tar.bz2
[svn-r23162] synchronized DECTRIS branch (r23161) with the trunk
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index c878d4a..523f2b2 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -34,6 +34,12 @@
#define H5D_CHUNK_CACHE_NBYTES_DEFAULT ((size_t) -1)
#define H5D_CHUNK_CACHE_W0_DEFAULT -1.
+/* Property names for H5LTDdirect_chunk_write */
+#define H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME "direct_chunk_flag"
+#define H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME "direct_chunk_filters"
+#define H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME "direct_chunk_offset"
+#define H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME "direct_chunk_datasize"
+
/*******************/
/* Public Typedefs */
/*******************/