diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-08-21 21:47:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-08-21 21:47:41 (GMT) |
commit | 10dcf4b0e1efd406d1aab563313908dc5c152d49 (patch) | |
tree | f9b3dbfde6bf115569e8c8c38551980a13060708 /testpar/testphdf5.c | |
parent | cdd4606430edbb9b322c1abd55b2a4cdff936088 (diff) | |
download | hdf5-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.c')
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 11ffcb0..2f74221 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -35,7 +35,7 @@ int ngroups = 512; /* number of groups to create in root int facc_type = FACC_MPIO; /*Test file access type */ int dxfer_coll_type = DXFER_COLLECTIVE_IO; -H5E_auto_t old_func; /* previous error handler */ +H5E_auto2_t old_func; /* previous error handler */ void *old_client_data; /* previous error handler arg.*/ /* other option flags */ |