summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-08-21 21:47:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-08-21 21:47:41 (GMT)
commit10dcf4b0e1efd406d1aab563313908dc5c152d49 (patch)
treef9b3dbfde6bf115569e8c8c38551980a13060708 /testpar/testphdf5.h
parentcdd4606430edbb9b322c1abd55b2a4cdff936088 (diff)
downloadhdf5-10dcf4b0e1efd406d1aab563313908dc5c152d49.zip
hdf5-10dcf4b0e1efd406d1aab563313908dc5c152d49.tar.gz
hdf5-10dcf4b0e1efd406d1aab563313908dc5c152d49.tar.bz2
[svn-r14098] Description:
Clean up a few remaining API compatibility issues in the H5E API for parallel configurations Tested on: FreeBSD/64 6.2 (liberty) w/parallel
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 8a6d897..81ad0f5 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -188,7 +188,7 @@ typedef int DATATYPE;
extern int dim0, dim1; /*Dataset dimensions */
extern int chunkdim0, chunkdim1; /*Chunk dimensions */
extern int nerrors; /*errors count */
-extern H5E_auto_t old_func; /* previous error handler */
+extern H5E_auto2_t old_func; /* previous error handler */
extern void *old_client_data; /*previous error handler arg.*/
extern int facc_type; /*Test file access type */
extern int dxfer_coll_type;