summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector_passthru.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-141-1/+87
| | | | | Also moved the wrapper functions from the H5VLconnector.h to H5VLconnector_passthru.h
* Split VOL connector routines into separate headers:Dana Robinson2019-05-241-0/+80
* 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.