diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-11 21:37:14 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-11 21:37:14 (GMT) |
commit | 602dd3ac15c9f5cd47fc78985266ce66a68a8789 (patch) | |
tree | 149023d5992abebe5a5a36e45e8132ab478a8c63 /src/H5Dprivate.h | |
parent | 5647dea421be9dc8429f08632aa72a8a22904292 (diff) | |
download | hdf5-602dd3ac15c9f5cd47fc78985266ce66a68a8789.zip hdf5-602dd3ac15c9f5cd47fc78985266ce66a68a8789.tar.gz hdf5-602dd3ac15c9f5cd47fc78985266ce66a68a8789.tar.bz2 |
Stash work on object header reduction code and tests.
CMake stuff is not verified.
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index cbee0de..e136c80 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -45,6 +45,7 @@ #define H5D_CRT_FILL_VALUE_NAME "fill_value" /* Fill value */ #define H5D_CRT_ALLOC_TIME_STATE_NAME "alloc_time_state" /* Space allocation time state */ #define H5D_CRT_EXT_FILE_LIST_NAME "efl" /* External file list */ +#define H5D_CRT_MIN_DSET_HDR_SIZE_NAME "dset_oh_minimize"/* Minimize object header */ /* ======== Dataset access property names ======== */ #define H5D_ACS_DATA_CACHE_NUM_SLOTS_NAME "rdcc_nslots" /* Size of raw data chunk cache(slots) */ |