diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-04-12 03:22:21 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-04-12 03:22:21 (GMT) |
commit | 2eac0fccbc0fa1a38364ab5cb818483379a2668b (patch) | |
tree | e542cd31e7e4dba03c9e81e7923c6cfa1959032d /src/H5VLpublic.h | |
parent | 52276f3713eec584044bc72d4724507848cfeba0 (diff) | |
download | hdf5-2eac0fccbc0fa1a38364ab5cb818483379a2668b.zip hdf5-2eac0fccbc0fa1a38364ab5cb818483379a2668b.tar.gz hdf5-2eac0fccbc0fa1a38364ab5cb818483379a2668b.tar.bz2 |
Add H5Fget_fileno() API routine.
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r-- | src/H5VLpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h index cf6246b..da31a97 100644 --- a/src/H5VLpublic.h +++ b/src/H5VLpublic.h @@ -114,6 +114,7 @@ typedef enum H5VL_file_get_t { H5VL_FILE_GET_FAPL, /* file access property list */ H5VL_FILE_GET_FCPL, /* file creation property list */ H5VL_FILE_GET_INTENT, /* file intent */ + H5VL_FILE_GET_FILENO, /* file number */ H5VL_FILE_GET_NAME, /* file name */ H5VL_FILE_GET_OBJ_COUNT, /* object count in file */ H5VL_FILE_GET_OBJ_IDS /* object ids in file */ |