diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-05-02 21:39:19 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-05-02 21:39:19 (GMT) |
commit | 09855e5628c51540f19e13c9cd73e6d171fc466c (patch) | |
tree | b4ba8eff030c02954fccad05b538ae0a0f4ddf94 | |
parent | ce9b565b18260c3404d0698630b8acced4440133 (diff) | |
download | hdf5-09855e5628c51540f19e13c9cd73e6d171fc466c.zip hdf5-09855e5628c51540f19e13c9cd73e6d171fc466c.tar.gz hdf5-09855e5628c51540f19e13c9cd73e6d171fc466c.tar.bz2 |
[svn-r5338]
Purpose:
Elaboration on a struct field
Description:
H5Gget_objinfo: Added caveats regarding 'fileno' field in
H5G_stat_t struct.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/RM_H5G.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index fc37e02..dedd93a 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -587,6 +587,15 @@ create or access function. HDF5 files which are open: if all four values are the same between two objects, then the two objects are the same (provided both files are still open). + <ul> + <li>Note that if a file is closed and re-opened, the + value in <code>fileno</code> will change. + <li>If a VFL driver either does not or cannot detect that + two <code>H5Fopen</code> calls referencing the same file + actually open the same file, each will get a different + <code>fileno</code>. + </ul> + <p> The <code>nlink</code> field is the number of hard links to the object or zero when information is being returned about a symbolic link (symbolic links do not have hard links but @@ -828,7 +837,7 @@ H5G <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 18 August 2001 +Last modified: 18 April 2002 <br> Describes HDF5 Release 1.5, Unreleased Development Branch |