summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-04-07 18:16:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-04-07 18:16:22 (GMT)
commit42e2d9dd37a4a943d22f01179abc8eac776f0a9a (patch)
tree31e2657d29dc60870ccaa065cd16cbc2bb83df20 /src/H5Dprivate.h
parente0a446b4791de11ea70129ec9679f201b97de93a (diff)
downloadhdf5-42e2d9dd37a4a943d22f01179abc8eac776f0a9a.zip
hdf5-42e2d9dd37a4a943d22f01179abc8eac776f0a9a.tar.gz
hdf5-42e2d9dd37a4a943d22f01179abc8eac776f0a9a.tar.bz2
[svn-r8316] Purpose:
Code optimization Description: Query the dataset creation and transfer properties less often. Platforms tested: Solaris 2.7 (arabica) h5committested
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index d0755e4..ea294d1 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -185,5 +185,6 @@ H5_DLL herr_t H5D_xfer_copy(hid_t new_plist_id, hid_t old_plist_id,
H5_DLL herr_t H5D_xfer_close(hid_t dxpl_id, void *close_data);
H5_DLL herr_t H5D_flush(const H5F_t *f, hid_t dxpl_id);
H5_DLL herr_t H5D_get_dxpl_cache(hid_t dxpl_id, H5D_dxpl_cache_t *cache);
+H5_DLL herr_t H5D_get_dxpl_cache_real(hid_t dxpl_id, H5D_dxpl_cache_t *cache);
#endif