summaryrefslogtreecommitdiffstats
path: root/src/H5C2private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
commit935f20f142196edd6272d4621cf41ad817677da1 (patch)
tree0751b89098852a8419b1ee32ea140fc67e8d6a1f /src/H5C2private.h
parent1c425ac9d2dead1c028370a068ac7add6634ed85 (diff)
downloadhdf5-935f20f142196edd6272d4621cf41ad817677da1.zip
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.gz
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.bz2
[svn-r14797] Description:
Misc. cleanups found while compiling in other environments. Still failing on linux machines with a memory corruption error and not finished building in parallel yet either... Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5C2private.h')
-rw-r--r--src/H5C2private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C2private.h b/src/H5C2private.h
index 73f75e5..98120d7 100644
--- a/src/H5C2private.h
+++ b/src/H5C2private.h
@@ -1338,7 +1338,7 @@ H5_DLL herr_t H5C2_insert_entry(H5F_t * f,
void * thing,
unsigned int flags);
-H5_DLL herr_t H5C2_mark_entries_as_clean(H5C2_t * cache_ptr,
+H5_DLL herr_t H5C2_mark_entries_as_clean(H5F_t * f,
hid_t dxpl_id,
int32_t ce_array_len,
haddr_t * ce_array_ptr);