From 75494847bb75617e90edb001ff69e555532499fa Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 20 May 2002 12:13:33 -0500 Subject: [svn-r5443] Purpose: Document VFL "flush" changes. --- doc/html/ADGuide/Changes.html | 6 ++++++ 1 file changed, 6 insertions(+) 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.
+
H5FDflush and VFL "flush" callbacks +
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.
H5function
Description of change
-- cgit v0.12