summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-06 20:57:33 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-06 20:57:33 (GMT)
commit0a544ce30788781400c47457a162e1d3b95940f0 (patch)
treeab6c90da14af6a365ad42c98ebc74841c2519efc /src/H5Fpkg.h
parent5eba819f39c52c0605c269cc2a117dc56553916a (diff)
downloadhdf5-0a544ce30788781400c47457a162e1d3b95940f0.zip
hdf5-0a544ce30788781400c47457a162e1d3b95940f0.tar.gz
hdf5-0a544ce30788781400c47457a162e1d3b95940f0.tar.bz2
Extract a routine from shadow_image_defer_free(), shadow_range_defer_free(),
that works in byte offsets rather than page offsets. Use shadow_range_defer_free() to defer shadow-index frees.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 906ffb6..4454784 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -231,7 +231,7 @@ typedef struct H5F_mtab_t {
* link: tailqueue linkage
*/
typedef struct shadow_defree {
- uint64_t md_file_page_offset;
+ uint64_t offset;
uint32_t length;
uint64_t tick_num;
TAILQ_ENTRY(shadow_defree) link;