diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-05-15 00:50:11 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-05-15 00:50:11 (GMT) |
commit | 1da9c5545c013ebc540ba3044810889d4acfa5be (patch) | |
tree | b78ed5875240c243f69db3ce1c36149978283f80 | |
parent | 0e584c7af28ce2cc0a019d17f4c4d89ad5aca3dc (diff) | |
download | hdf5-1da9c5545c013ebc540ba3044810889d4acfa5be.zip hdf5-1da9c5545c013ebc540ba3044810889d4acfa5be.tar.gz hdf5-1da9c5545c013ebc540ba3044810889d4acfa5be.tar.bz2 |
Restored some unused #defines to the deprecated section of H5Dpublic.h.
-rw-r--r-- | src/H5Dpublic.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 6cec3f5..a1ccda0 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -178,7 +178,19 @@ H5_DLL herr_t H5Dget_chunk_index_type(hid_t did, H5D_chunk_index_t *idx_type); /* Macros */ #define H5D_CHUNK_BTREE H5D_CHUNK_IDX_BTREE - +/* Formerly used to support the H5DOread/write_chunk() API calls. + * These symbols are no longer used in the library. + */ +/* Property names for H5DOwrite_chunk */ +#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" +/* Property names for H5DOread_chunk */ +#define H5D_XFER_DIRECT_CHUNK_READ_FLAG_NAME "direct_chunk_read_flag" +#define H5D_XFER_DIRECT_CHUNK_READ_OFFSET_NAME "direct_chunk_read_offset" +#define H5D_XFER_DIRECT_CHUNK_READ_FILTERS_NAME "direct_chunk_read_filters" + /* Typedefs */ |