summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-20 17:39:26 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-11-20 17:39:26 (GMT)
commit68ad19d9ccf24e81cf2199602d3d8ffeaf69e1e4 (patch)
tree63259775e454b3f2b122ea246593965fec8d5394 /src/H5Fpublic.h
parentd3055b85b9dc56f14de885310fb4d4af8cdcc3f9 (diff)
downloadhdf5-68ad19d9ccf24e81cf2199602d3d8ffeaf69e1e4.zip
hdf5-68ad19d9ccf24e81cf2199602d3d8ffeaf69e1e4.tar.gz
hdf5-68ad19d9ccf24e81cf2199602d3d8ffeaf69e1e4.tar.bz2
Changes for punch list #4: Add support for opening mulitple files in either VFD SWMR writer or reader mode. See EOT queue in section 3.2.2 and 3.3 and 3.3.2 in the RFC.
Update punch list with items completed and in progress.
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index f73c69e..26ffc1e 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -297,8 +297,8 @@ typedef herr_t (*H5F_flush_cb_t)(hid_t object_id, void *udata);
*/
typedef struct H5F_vfd_swmr_config_t {
int32_t version;
- uint32_t tick_len;
- uint32_t max_lag;
+ int32_t tick_len;
+ int32_t max_lag;
hbool_t writer;
hbool_t flush_raw_data;
int32_t md_pages_reserved;