summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 01bc725..fee0725 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -38,8 +38,8 @@
/************/
typedef struct _estack_state {
- H5E_auto_t efunc;
- void * edata;
+ H5E_auto2_t efunc;
+ void * edata;
} estack_state_t;
typedef enum _testsel { TEST_NONE = 0, TEST_NULL, TEST_OOB } testsel_t;