summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-21 15:04:49 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-21 15:04:49 (GMT)
commit0ae43ff6cddb6a560cf393d30d73a623be112cf4 (patch)
treeefa78d0f96b91cf350613873eeba010ec27d8e14
parent43cec81db685174412febffd38149224ca686de8 (diff)
downloadhdf5-0ae43ff6cddb6a560cf393d30d73a623be112cf4.zip
hdf5-0ae43ff6cddb6a560cf393d30d73a623be112cf4.tar.gz
hdf5-0ae43ff6cddb6a560cf393d30d73a623be112cf4.tar.bz2
Mention an improvement asked for by ITER.
-rw-r--r--doc/VFD_SWMR_Punch_List.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md
index aeb29b9..5674116 100644
--- a/doc/VFD_SWMR_Punch_List.md
+++ b/doc/VFD_SWMR_Punch_List.md
@@ -187,3 +187,6 @@ guide to the syntax.
reliable fashion with VFD SWMR while structural metadata is mixed
with user data and stored in raw data pages. For a simple example,
see the variable-length string test, `vfd_swmr_vlstr`.
+
+37. Let a writer start writing in VFD SWMR mode after the reader has started
+ reading in VFD SWMR mode. Let the reader start reading right away.