summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-20 22:23:03 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-20 22:23:03 (GMT)
commit12438c22b727f210c85dd74fb147f666c273a127 (patch)
treeb1c5ee0e9674e86531546e834a6d4602f5f25021 /doc
parent68ad19d9ccf24e81cf2199602d3d8ffeaf69e1e4 (diff)
downloadhdf5-12438c22b727f210c85dd74fb147f666c273a127.zip
hdf5-12438c22b727f210c85dd74fb147f666c273a127.tar.gz
hdf5-12438c22b727f210c85dd74fb147f666c273a127.tar.bz2
Fix for punch list #28:
Given that the VFD SWMR configuration FAPL property is set, the writer field must be consistent with the flags passed in the H5Fopen() (either H5F_ACC_RDWR for the VFD SWMR writer, or H5F_ACC_RDONLY for the VFD SWMR readers).
Diffstat (limited to 'doc')
-rw-r--r--doc/VFD_SWMR_Punch_List.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md
index 94c8edd..851094a 100644
--- a/doc/VFD_SWMR_Punch_List.md
+++ b/doc/VFD_SWMR_Punch_List.md
@@ -127,3 +127,8 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_
27. **Vailin, complete** Change the field name "vfd_swmr_writer" to "writer" in
"struct H5F_vfd_swmr_config_t" and all references to it. See page 11 in the RFC.
+
+28. **Vailin, complete** Fix bug as stated on page 9 in the RFC section 3.1.1:
+ Given that the VFD SWMR configuration FAPL property is set, the writer field must
+ be consistent with the flags passed in the H5Fopen() (either H5F_ACC_RDWR for the
+ VFD SWMR writer, or H5F_ACC_RDONLY for the VFD SWMR readers).