From aeb65e00bd2ca188f51dbcb9b83f2cadab94be76 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 31 Mar 2009 08:33:35 -0500 Subject: [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 --- testpar/t_cache.c | 1 + 1 file changed, 1 insertion(+) 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 } }; -- cgit v0.12