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-11-27 22:50:01 (GMT)
commite23e67798ace036628f291c4f77831a895b67286 (patch)
tree0d67107cfc7a111540a1efc7374c83f016ee37f3 /src/H5VLconnector.h
parent33a5acf8a5782ea05d3510d48b7b63a017c44a62 (diff)
downloadhdf5-e23e67798ace036628f291c4f77831a895b67286.zip
hdf5-e23e67798ace036628f291c4f77831a895b67286.tar.gz
hdf5-e23e67798ace036628f291c4f77831a895b67286.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 0012eeb..f0925bf 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 */