summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-05-24 00:56:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-05-24 09:22:08 (GMT)
commitd5a8b2a80cd1e5aaa62a523e03a5936260a56f60 (patch)
tree7b3076c1cf79633dc0d67cc37b4aa5994ebb0c2b /MANIFEST
parente1879a23ae414e5256bcc0170f40784cd698af89 (diff)
downloadhdf5-d5a8b2a80cd1e5aaa62a523e03a5936260a56f60.zip
hdf5-d5a8b2a80cd1e5aaa62a523e03a5936260a56f60.tar.gz
hdf5-d5a8b2a80cd1e5aaa62a523e03a5936260a56f60.tar.bz2
Split VOL connector routines into separate headers:
* H5VLconnector.h for terminal connector things * H5VLconnector_passthru.h for passthrough connector things Note that these headers are arranged such that they are included in hdf5.h so VOL connectors only need to include that. The separation into multiple headers is mainly for readability.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c3dc0e9..8d98f0a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -899,6 +899,8 @@
./src/H5TSprivate.h
./src/H5VL.c
./src/H5VLcallback.c
+./src/H5VLconnector.h
+./src/H5VLconnector_passthru.h
./src/H5VLint.c
./src/H5VLmodule.h
./src/H5VLnative.c