summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-14 20:40:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-14 20:40:02 (GMT)
commitd66de6e699fbd5176ce7e4142e1e2a1f6d83af3a (patch)
tree3d85045eb9629ddd0268bd1d9b26ed76f3a92aea /src/H5Dprivate.h
parent1b919a11dacb836c7bd335021fa7b28a5bb3fe09 (diff)
downloadhdf5-d66de6e699fbd5176ce7e4142e1e2a1f6d83af3a.zip
hdf5-d66de6e699fbd5176ce7e4142e1e2a1f6d83af3a.tar.gz
hdf5-d66de6e699fbd5176ce7e4142e1e2a1f6d83af3a.tar.bz2
[svn-r8687] Purpose:
Code optimization Description: Eliminate memcpy() when using default DXPL by pointing at existing default object, instead of copying it. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index 803a03e..c8c0bca 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -209,7 +209,7 @@ H5_DLL herr_t H5D_xfer_copy(hid_t new_plist_id, hid_t old_plist_id,
void *copy_data);
H5_DLL herr_t H5D_xfer_close(hid_t dxpl_id, void *close_data);
H5_DLL herr_t H5D_flush(H5F_t *f, hid_t dxpl_id, unsigned flags);
-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(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);
/* Functions that operate on byte sequences in memory and on disk */