diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-07-10 14:17:06 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-07-10 14:17:06 (GMT) |
commit | 15f0ea3f174019d3e67e9157021229f0bc319a7b (patch) | |
tree | 13c459c0345de9ac3ea2caf2f6c44c3d0e72b9b1 /testpar | |
parent | b7d9670be340447e3ffb8e0e91e9b6b250f17b18 (diff) | |
parent | 8bbe712961a9b88d5fda838ec745f40217c28c8c (diff) | |
download | hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.zip hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.gz hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.bz2 |
[svn-r27369] merge from trunk.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_cache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index f5328f0..5e0caad 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -4248,7 +4248,7 @@ setup_cache_for_test(hid_t * fid_ptr, if ( success ) { - if ( H5AC_set_write_done_callback(cache_ptr, do_sync) != SUCCEED ) { + if ( H5AC__set_write_done_callback(cache_ptr, do_sync) != SUCCEED ) { nerrors++; if ( verbose ) { @@ -4263,12 +4263,12 @@ setup_cache_for_test(hid_t * fid_ptr, if ( success ) { - if ( H5AC_set_sync_point_done_callback(cache_ptr, verify_writes) != SUCCEED ) { + if ( H5AC__set_sync_point_done_callback(cache_ptr, verify_writes) != SUCCEED ) { nerrors++; if ( verbose ) { HDfprintf(stdout, - "%d:%s: H5AC_set_sync_point_done_callback failed.\n", + "%d:%s: H5AC__set_sync_point_done_callback failed.\n", world_mpi_rank, FUNC); } } @@ -4996,7 +4996,7 @@ unlock_entry(H5F_t * file_ptr, nerrors++; if ( verbose ) { - HDfprintf(stdout, "%d:%s: error in H5C_unprotect().\n", + HDfprintf(stdout, "%d:%s: error in H5AC_unprotect().\n", world_mpi_rank, FUNC); } } else { |