summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.h
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-14 15:56:33 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-14 15:56:33 (GMT)
commit4bc49d8b2bb6b549141a47f50062eb4ddfba4557 (patch)
tree325efe9238e8621983bdbde6c4ec2fdf4688e99e /test/ttsafe.h
parentb480d0a38b1e265c55c74262bf384d255a33e07b (diff)
downloadhdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.zip
hdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.tar.gz
hdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.tar.bz2
Fix for jira issue HDFFV-11080:
(1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
Diffstat (limited to 'test/ttsafe.h')
-rw-r--r--test/ttsafe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ttsafe.h b/test/ttsafe.h
index c29fadc..f1cbe4d 100644
--- a/test/ttsafe.h
+++ b/test/ttsafe.h
@@ -35,12 +35,14 @@ void tts_dcreate(void);
void tts_error(void);
void tts_cancel(void);
void tts_acreate(void);
+void tts_attr_vlen(void);
/* Prototypes for the cleanup routines */
void cleanup_dcreate(void);
void cleanup_error(void);
void cleanup_cancel(void);
void cleanup_acreate(void);
+void cleanup_attr_vlen(void);
#endif /* H5_HAVE_THREADSAFE */
#endif /* TTSAFE_H */