summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-10-29 17:04:58 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-10-29 17:04:58 (GMT)
commitd1f7c81a466c0bf041c380abee0f0c21ca30c86f (patch)
tree960def503380ca7737e93ae841bc2d4148b9d271 /src/H5Fpkg.h
parent219f713c6fdea98da7c1fdbb0eafa60a5f0bbe99 (diff)
downloadhdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.zip
hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.gz
hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.bz2
[svn-r7784] *** empty log message ***
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 8ba9806..ea11040 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -181,6 +181,7 @@ struct H5F_t {
char *name; /* Name used to open file */
H5F_file_t *shared; /* The shared file info */
unsigned nopen_objs; /* Number of open object headers*/
+ hid_t file_id; /* ID of this file */
hid_t closing; /* H5I_FILE_CLOSING ID or zero */
H5F_mtab_t mtab; /* File mount table */
};