summaryrefslogtreecommitdiffstats
path: root/src/H5VLdaosm_public.h
Commit message (Collapse)AuthorAgeFilesLines
* Modify DAOS-M plugin to call daos_pool_connect at plugin initializationNeil Fortner2017-03-141-2/+4
| | | | time, using a communicator passed to the initialization function. Add public functions H5VLdaosm_init and H5VLdaosm_term. Apps no longer need to call daos_init and daos_fini. Updated examples. Other minor fixes/cleanup.
* Implement new transaction model, transactions are now hidden from theNeil Fortner2017-01-311-0/+8
| | | | | | API, H5TR functions have no effect. Added support for H5Fflush. Added H5VLdaosm_snap_create and H5Pset_daosm_snap_open to save and load snapshots. Added enforcement of file access flags. Updated examples. Other minor fixes/cleanup.
* Split H5VLdaosm.h into public and private headers, to remove the needNeil Fortner2016-12-131-0/+51
for the application to include daos.h. Fix bugs in examples.