summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-06-13 21:58:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-06-13 21:58:58 (GMT)
commit650f9e616dbb60aa8ef1706a6968aacd1c23a568 (patch)
tree3706988dbb96e076b82246036e6d7117e4221702 /src/H5VLpublic.h
parent054059a30c081a88e0a2dfe05d036d617f434e55 (diff)
parentbb5e7822f447b8a175e807e2e7bad5e0192394e5 (diff)
downloadhdf5-650f9e616dbb60aa8ef1706a6968aacd1c23a568.zip
hdf5-650f9e616dbb60aa8ef1706a6968aacd1c23a568.tar.gz
hdf5-650f9e616dbb60aa8ef1706a6968aacd1c23a568.tar.bz2
Merge pull request #1727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Fdelete_vol_only to develop
* commit 'bb5e7822f447b8a175e807e2e7bad5e0192394e5': Fixed an error string typo Added H5Fdelete call and VOL support (but no VFD/native implementation).
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index a765d2a..85437f9 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -105,7 +105,8 @@ typedef enum H5VL_file_specific_t {
H5VL_FILE_REOPEN, /* Reopen the file */
H5VL_FILE_MOUNT, /* Mount a file */
H5VL_FILE_UNMOUNT, /* Unmount a file */
- H5VL_FILE_IS_ACCESSIBLE /* Check if a file is accessible */
+ H5VL_FILE_IS_ACCESSIBLE, /* Check if a file is accessible */
+ H5VL_FILE_DELETE /* Delete a file */
} H5VL_file_specific_t;
/* types for group GET callback */