diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-14 20:40:19 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-01-14 20:40:19 (GMT) |
commit | ec704e0077cdeb2b0ce837039daaa97a2c264175 (patch) | |
tree | 8c363de44bcf47c6bd47027b71efc98d03482225 /src/H5Dpublic.h | |
parent | 2fba171a67270f4a11bf08a9054bfe7ca008e778 (diff) | |
parent | c9aad08a907b1a15f1f45fb7d5da0ae1a31d4cb5 (diff) | |
download | hdf5-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.h | 6 |
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 */ /*******************/ |