summaryrefslogtreecommitdiffstats
path: root/test/null_vol_connector.c
Commit message (Collapse)AuthorAgeFilesLines
* Split VOL connector routines into separate headers:Dana Robinson2019-05-241-0/+7
| | | | | | | | | * 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.
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-10/+15
| | | | object without closing it. (Especially needed for pass-through connectors)
* Added a simple test for registration of VOL connector plugins.Dana Robinson2018-12-271-0/+116
Autotools only for right now, but this will be fleshed out in future work.