diff options
author | Quincey Koziol <koziol@koziol.gov> | 2020-04-19 15:00:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2020-04-19 15:00:15 (GMT) |
commit | 83c861f32793ea6aaefbeaac870f46fdb09a3412 (patch) | |
tree | 78368fab3b9a4b8a0d9680dfda884573ef623a7e /src/H5FDsec2.c | |
parent | 5c885f52335525cb218ad3620fd2ff1a008e4962 (diff) | |
parent | 7ba692badf9a1bafb9d3b2f72efbbdf773b5932a (diff) | |
download | hdf5-83c861f32793ea6aaefbeaac870f46fdb09a3412.zip hdf5-83c861f32793ea6aaefbeaac870f46fdb09a3412.tar.gz hdf5-83c861f32793ea6aaefbeaac870f46fdb09a3412.tar.bz2 |
Merge remote-tracking branch 'origin/develop' into pio_update
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r-- | src/H5FDsec2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 98021ca..70347fa 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -525,6 +525,12 @@ H5FD_sec2_query(const H5FD_t *_file, unsigned long *flags /* out */) FUNC_ENTER_NOAPI_NOINIT_NOERR /* Set the VFL feature flags that this driver supports */ + /* Notice: the Mirror VFD Writer currently uses only the Sec2 driver as + * the underying driver -- as such, the Mirror VFD implementation copies + * these feature flags as its own. Any modifications made here must be + * reflected in H5FDmirror.c + * -- JOS 2020-01-13 + */ if(flags) { *flags = 0; *flags |= H5FD_FEAT_AGGREGATE_METADATA; /* OK to aggregate metadata allocations */ |