summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2019-12-21 04:54:04 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2019-12-21 04:54:04 (GMT)
commit9016f66248aa2e857a6fcb5926d1af7bbf2cbdc4 (patch)
tree84e64ae56bea967eab98788366fa8b3d0ed6b55b /MANIFEST
parent7e0e9f83dc45a4ec1212bc96f6584d221073af39 (diff)
parentc2ca33dcfa340af603399036dfddad0ebbd72f6f (diff)
downloadhdf5-9016f66248aa2e857a6fcb5926d1af7bbf2cbdc4.zip
hdf5-9016f66248aa2e857a6fcb5926d1af7bbf2cbdc4.tar.gz
hdf5-9016f66248aa2e857a6fcb5926d1af7bbf2cbdc4.tar.bz2
Merge pull request #2167 in HDFFV/hdf5 from refactor_optional_vol_callback_02 to develop
* commit 'c2ca33dcfa340af603399036dfddad0ebbd72f6f': Remove unnecessary H5CX call Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic fallback for VOL connectors that don't implement operation Cleanups from PR reviews Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out of the va_list, so it's at least possible for another connector to know what the operation is and decide whether to implement it or not.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 02cbd21..405d549 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -936,6 +936,7 @@
./src/H5VLnative_file.c
./src/H5VLnative_group.c
./src/H5VLnative_link.c
+./src/H5VLnative_introspect.c
./src/H5VLnative_object.c
./src/H5VLnative_private.h
./src/H5VLpassthru.c