diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-18 06:57:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-18 06:57:09 (GMT) |
commit | 6c99961bb2772dd809ff200bf9a6c456f8e9a1d9 (patch) | |
tree | 02e7f1a6f4bab94a89c114472461a4711563b8e1 /src/H5Fpkg.h | |
parent | d0d360ff2d6afb275836645d01d5d6ddbed39caa (diff) | |
download | hdf5-6c99961bb2772dd809ff200bf9a6c456f8e9a1d9.zip hdf5-6c99961bb2772dd809ff200bf9a6c456f8e9a1d9.tar.gz hdf5-6c99961bb2772dd809ff200bf9a6c456f8e9a1d9.tar.bz2 |
Revert some of the changes to support the original property list value of
metadata read attempts.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 192262c..fc902b0 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -353,7 +353,6 @@ struct H5F_file_t { /* Metadata retry info */ unsigned read_attempts; /* The # of reads to try when reading metadata with checksum */ - unsigned orig_read_attempts; /* Original value from the property: The # of reads to try when reading metadata with checksum */ unsigned retries_nbins; /* # of bins for each retries[] */ uint32_t *retries[H5AC_NTYPES]; /* Track # of read retries for metdata items with checksum */ |