diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-10 18:39:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-10 18:39:32 (GMT) |
commit | d4b398e5421b38bae8fbb0336dd873789abbaccc (patch) | |
tree | e758d33a0e44c56f50c886443e87507fc2aabe73 /doc | |
parent | 084b35362bfac78604b02654cdc2067488c00300 (diff) | |
download | hdf5-d4b398e5421b38bae8fbb0336dd873789abbaccc.zip hdf5-d4b398e5421b38bae8fbb0336dd873789abbaccc.tar.gz hdf5-d4b398e5421b38bae8fbb0336dd873789abbaccc.tar.bz2 |
[svn-r5394] Purpose:
Document new VFL flush parameter.
Diffstat (limited to 'doc')
-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..11ae05e 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>VFL 'flush' function</code> + <dd>Added an 'hbool_t closing' parameter to the parameters for + VFL 'flush' functions. When this parameter is set to non-zero, + it indicates that the file will be closed immediately after + the flush operation and the VFL driver may avoid syncronization + operations that are duplicated in the 'close' function. <dt><code>H5function</code> <dd>Description of change </dl> |