summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-21 03:22:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-21 03:22:38 (GMT)
commit9316a67a8901daf5e85fc2947c666b4e10c04814 (patch)
treeadaa5826f072faac5e035d558c8bee4dfae4a05c /src/H5Fprivate.h
parent6ee76fffc7ef5689ab204a068e2c23b2d98ab595 (diff)
downloadhdf5-9316a67a8901daf5e85fc2947c666b4e10c04814.zip
hdf5-9316a67a8901daf5e85fc2947c666b4e10c04814.tar.gz
hdf5-9316a67a8901daf5e85fc2947c666b4e10c04814.tar.bz2
[svn-r17401] Description:
Bring r17400 from trunk to 1.8 branch: Refactor H5F_flush into two routines, one which handles the recursion/ iteration necessary to handle mounted files; and one which just handles the flush operation for a single file. Also, remove H5F_FLUSH_INVALIDATE and switch all code to depend on H5F_FLUSH_CLOSING. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 442c59b..cbe1b12 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -46,8 +46,7 @@ typedef struct H5F_blk_aggr_t H5F_blk_aggr_t;
* flush we want to do. They can be ORed together.
*/
#define H5F_FLUSH_NONE (0U) /* No flags specified */
-#define H5F_FLUSH_INVALIDATE (1U << 0) /* Invalidate cached data */
-#define H5F_FLUSH_CLOSING (1U << 1) /* Closing the file */
+#define H5F_FLUSH_CLOSING (1U << 0) /* Closing the file */
/*
* Encode and decode macros for file meta-data.