summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-11-27 22:50:01 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 22:32:11 (GMT)
commit07c337dc57aa062a5a9467ef79455e6da3f827e3 (patch)
tree5018c32125832362478862dc346e474557da757f /src/H5VLconnector.h
parent9f9336a5bd541752f472bab4c93da8de89f862cd (diff)
downloadhdf5-07c337dc57aa062a5a9467ef79455e6da3f827e3.zip
hdf5-07c337dc57aa062a5a9467ef79455e6da3f827e3.tar.gz
hdf5-07c337dc57aa062a5a9467ef79455e6da3f827e3.tar.bz2
Implement file comparison VOL callback. Other changes to allow
references to work with non-native connectors. There is a bug somewhere.
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index 13cb2b5..4fe08f0 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -122,7 +122,8 @@ typedef enum H5VL_file_specific_t {
H5VL_FILE_MOUNT, /* Mount a file */
H5VL_FILE_UNMOUNT, /* Unmount a file */
H5VL_FILE_IS_ACCESSIBLE, /* Check if a file is accessible */
- H5VL_FILE_DELETE /* Delete a file */
+ H5VL_FILE_DELETE, /* Delete a file */
+ H5VL_FILE_IS_EQUAL /* Check if two files are the same */
} H5VL_file_specific_t;
/* types for group GET callback */