diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 17:13:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 17:13:33 (GMT) |
commit | 75494847bb75617e90edb001ff69e555532499fa (patch) | |
tree | 096e5f16f407f2076ceb2f72096c52e3a8afebb8 /doc/html | |
parent | 8a3bbed8bf1e0c63352094257b6dfa3a33d0ca6e (diff) | |
download | hdf5-75494847bb75617e90edb001ff69e555532499fa.zip hdf5-75494847bb75617e90edb001ff69e555532499fa.tar.gz hdf5-75494847bb75617e90edb001ff69e555532499fa.tar.bz2 |
[svn-r5443] Purpose:
Document VFL "flush" changes.
Diffstat (limited to 'doc/html')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index fc5a8c6..1fbc7b5 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -93,6 +93,12 @@ H5function6 The following functions have changed slightly. <dir> <dl> + <dt><code>H5FDflush and VFL "flush" callbacks</code> + <dd>An extra parameter 'closing' has been added to these functions, + to allow the library to indicate that the file will be closed + following the call to "flush". Actions in the "flush" call + that are duplicated in the VFL "close" call may be omitted by + the VFL driver. <dt><code>H5function</code> <dd>Description of change </dl> |