diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-09-23 16:17:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-09-23 16:17:47 (GMT) |
commit | 8880ec672eeb8f57c023938074d1336dfc82e2ed (patch) | |
tree | e33165e0428a7e4e9d35952ef9cecd9331b111ee /src/H5ACprivate.h | |
parent | b5446a9c638b5a95b8dfe132f646aa4358d2b539 (diff) | |
download | hdf5-8880ec672eeb8f57c023938074d1336dfc82e2ed.zip hdf5-8880ec672eeb8f57c023938074d1336dfc82e2ed.tar.gz hdf5-8880ec672eeb8f57c023938074d1336dfc82e2ed.tar.bz2 |
Style cleanups and misc. bugfixes discovered during full SWMR development.
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r-- | src/H5ACprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h index b9e2a60..083ee5b 100644 --- a/src/H5ACprivate.h +++ b/src/H5ACprivate.h @@ -230,7 +230,7 @@ typedef struct H5AC_proxy_entry_t { /* (Note that this currently duplicates some cache functionality) */ } H5AC_proxy_entry_t; - +/* Name of property for ring info in DXPL */ #define H5AC_RING_NAME "H5AC_ring_type" /* Dataset transfer property lists for metadata calls */ @@ -247,7 +247,6 @@ H5_DLLVAR hid_t H5AC_noio_dxpl_id; H5_DLLVAR hid_t H5AC_rawdata_dxpl_id; /* Default cache configuration. */ - #define H5AC__DEFAULT_METADATA_WRITE_STRATEGY \ H5AC_METADATA_WRITE_STRATEGY__DISTRIBUTED |