summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
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 b276128..5531395 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -115,7 +115,8 @@ typedef enum H5VL_file_get_t {
H5VL_FILE_GET_INTENT, /* file intent */
H5VL_FILE_GET_NAME, /* file name */
H5VL_FILE_GET_OBJ_COUNT, /* object count in file */
- H5VL_FILE_GET_OBJ_IDS /* object ids in file */
+ H5VL_FILE_GET_OBJ_IDS, /* object ids in file */
+ H5VL_FILE_GET_MIN_DSET_OHDR_FLAG /* minimize dataset object headers? */
} H5VL_file_get_t;
/* types for file SPECIFIC callback */