diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-04 06:06:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-11-04 06:06:17 (GMT) |
commit | ed452ce6905b7affbaf6d0bceb675e37ddf54ea8 (patch) | |
tree | 27185eaac95a44920fa781863a2c6a6482044000 /src/H5Ppublic.h | |
parent | af057ac92bf35cdc6a8c39004d32f9294bc36a68 (diff) | |
download | hdf5-ed452ce6905b7affbaf6d0bceb675e37ddf54ea8.zip hdf5-ed452ce6905b7affbaf6d0bceb675e37ddf54ea8.tar.gz hdf5-ed452ce6905b7affbaf6d0bceb675e37ddf54ea8.tar.bz2 |
Add cache logging property and file pieces.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index b807a37..fc902a8 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -353,6 +353,8 @@ H5_DLL herr_t H5Pset_core_write_tracking(hid_t fapl_id, hbool_t is_enabled, size H5_DLL herr_t H5Pget_core_write_tracking(hid_t fapl_id, hbool_t *is_enabled, size_t *page_size); H5_DLL herr_t H5Pset_object_flush_cb(hid_t plist_id, H5F_flush_cb_t func, void *udata); H5_DLL herr_t H5Pget_object_flush_cb(hid_t plist_id, H5F_flush_cb_t *func, void **udata); +H5_DLL herr_t H5Pset_mdc_log_options(hid_t plist_id, hbool_t is_enabled, const char *location, hbool_t start_on_access); +H5_DLL herr_t H5Pget_mdc_log_options(hid_t plist_id, hbool_t *is_enabled, char *location, size_t *location_size, hbool_t *start_on_access); H5_DLL herr_t H5Pset_evict_on_close(hid_t fapl_id, hbool_t evict_on_close); H5_DLL herr_t H5Pget_evict_on_close(hid_t fapl_id, hbool_t *evict_on_close); #ifdef H5_HAVE_PARALLEL |