summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-07-02 05:14:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-07-02 05:14:06 (GMT)
commit4f967d5029cd8e0080f5637efd403842394f87d0 (patch)
treef755ed97699afbffd21967f88b964c6dbed4b67c /src/H5Opublic.h
parentb72eff165916e1763a866211928507b36d58f3a5 (diff)
downloadhdf5-4f967d5029cd8e0080f5637efd403842394f87d0.zip
hdf5-4f967d5029cd8e0080f5637efd403842394f87d0.tar.gz
hdf5-4f967d5029cd8e0080f5637efd403842394f87d0.tar.bz2
[svn-r30139] Description:
Bring over missing flush+refresh routines, to address Java failures. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production Linux/64 2.6.18 (jam) w/Java
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 1d2ab7b..dec7b5b 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -183,6 +183,7 @@ H5_DLL herr_t H5Ovisit_by_name(hid_t loc_id, const char *obj_name,
void *op_data, hid_t lapl_id);
H5_DLL herr_t H5Oclose(hid_t object_id);
H5_DLL herr_t H5Oflush(hid_t obj_id);
+H5_DLL herr_t H5Orefresh(hid_t oid);
H5_DLL herr_t H5Odisable_mdc_flushes(hid_t object_id);
H5_DLL herr_t H5Oenable_mdc_flushes(hid_t object_id);
H5_DLL herr_t H5Oare_mdc_flushes_disabled(hid_t object_id, hbool_t *are_disabled);