diff options
author | Jake Smith <jake.smith@hdfgroup.org> | 2020-04-11 16:53:41 (GMT) |
---|---|---|
committer | Jake Smith <jake.smith@hdfgroup.org> | 2020-04-11 16:53:41 (GMT) |
commit | f1893e940426dce5885c2d04932af24921cf4f4a (patch) | |
tree | 4881a06cdcee1be33292d4106db472e4194070d3 /src/H5FDpublic.h | |
parent | 14ba946283fe75cc22c780305b819485409574ce (diff) | |
parent | 664fc6af47e369152727ff66d68d8532feb0e210 (diff) | |
download | hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.zip hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.tar.gz hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.tar.bz2 |
Merge pull request #2452 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:feature/vfd_splitter_mirror_a to develop
Add Splitter VFD and Mirror VFD.
* commit '664fc6af47e369152727ff66d68d8532feb0e210':
Add enable-mirror-vfd flag to configure options.
Tidying of Mirror VFD.
Add function header comment for `mirror_writer:run_writer()`.
Add Splitter VFD to library.
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 514d1bf..124bac6 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -255,6 +255,8 @@ typedef enum H5F_mem_t H5FD_mem_t; * that creates a file which is compatible with the default VFD. * Generally, this means that the VFD creates a single file that follows * the canonical HDF5 file format. + * Regarding the Splitter VFD specifically, only drivers with this flag + * enabled may be used as the Write-Only (W/O) channel driver. */ #define H5FD_FEAT_DEFAULT_VFD_COMPATIBLE 0x00008000 |