summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-03-31 13:33:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-03-31 13:33:35 (GMT)
commitaeb65e00bd2ca188f51dbcb9b83f2cadab94be76 (patch)
treed40b5a42448c35adc05c8f56ecb6f994a6955030
parent0ac0358a80e98142e1039fb1bc021f7a20744332 (diff)
downloadhdf5-aeb65e00bd2ca188f51dbcb9b83f2cadab94be76.zip
hdf5-aeb65e00bd2ca188f51dbcb9b83f2cadab94be76.tar.gz
hdf5-aeb65e00bd2ca188f51dbcb9b83f2cadab94be76.tar.bz2
[svn-r16631] Description:
Correct error for 'notify' callback revealed in laggard parallel test Tested on: Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
-rw-r--r--testpar/t_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index 5963550..a521cef 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -334,6 +334,7 @@ const H5C_class_t types[NUMBER_OF_ENTRY_TYPES] =
(H5C_flush_func_t)flush_datum,
(H5C_dest_func_t)destroy_datum,
(H5C_clear_func_t)clear_datum,
+ (H5C_notify_func_t)NULL,
(H5C_size_func_t)size_datum
}
};