diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-31 13:33:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-31 13:33:35 (GMT) |
commit | aeb65e00bd2ca188f51dbcb9b83f2cadab94be76 (patch) | |
tree | d40b5a42448c35adc05c8f56ecb6f994a6955030 | |
parent | 0ac0358a80e98142e1039fb1bc021f7a20744332 (diff) | |
download | hdf5-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.c | 1 |
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 } }; |