summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-08-21 02:07:13 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-08-21 02:07:13 (GMT)
commit53eaeff26af649a1947f1b2889c3bf185b285112 (patch)
tree14295a9471b38940a3f9e49b0f089faa5044cadb /src/H5Fprivate.h
parent2ef7eb51b99a3e015efdecedd64c0be1ad77615c (diff)
downloadhdf5-53eaeff26af649a1947f1b2889c3bf185b285112.zip
hdf5-53eaeff26af649a1947f1b2889c3bf185b285112.tar.gz
hdf5-53eaeff26af649a1947f1b2889c3bf185b285112.tar.bz2
Begin converting the H5MF interface to use shared file pointers instead
of top file pointers.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 1b8d07c..f196ec0 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -579,6 +579,7 @@ typedef struct H5F_t H5F_t;
#define H5F_SDATA_BLOCK_SIZE_DEF 2048
/* Check for file using paged aggregation */
+#define H5F_SHARED_PAGED_AGGR(F_SH) ((F_SH)->fs_strategy == H5F_FSPACE_STRATEGY_PAGE && (F_SH)->fs_page_size)
#define H5F_PAGED_AGGR(F) (F->shared->fs_strategy == H5F_FSPACE_STRATEGY_PAGE && F->shared->fs_page_size)
/* Metadata read attempt values */