diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-29 10:40:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-29 10:40:26 (GMT) |
commit | da2f1610d1f2cba40770aee6d0d6fbc8196645ae (patch) | |
tree | 7089a182a8aaab3c614edb4a29a65514087b722c /src/H5AC.c | |
parent | 6a8222b6a54da80737186d27c54078ac303c92a0 (diff) | |
download | hdf5-da2f1610d1f2cba40770aee6d0d6fbc8196645ae.zip hdf5-da2f1610d1f2cba40770aee6d0d6fbc8196645ae.tar.gz hdf5-da2f1610d1f2cba40770aee6d0d6fbc8196645ae.tar.bz2 |
More normalizations against incoming cache image branch.
Diffstat (limited to 'src/H5AC.c')
-rw-r--r-- | src/H5AC.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -102,6 +102,7 @@ hid_t H5AC_rawdata_dxpl_id = (-1); hbool_t H5_coll_api_sanity_check_g = false; #endif /* H5_HAVE_PARALLEL */ + /*******************/ /* Local Variables */ /*******************/ @@ -135,6 +136,7 @@ static const char *H5AC_entry_type_names[H5AC_NTYPES] = "fixed array data block pages", "superblock", "driver info", + "epoch marker", /* internal to cache only */ "proxy entry", "test entry" /* for testing only -- not used for actual files */ }; @@ -2215,11 +2217,6 @@ done: } /* H5AC_validate_config() */ -/*************************************************************************/ -/**************************** Private Functions: *************************/ -/*************************************************************************/ - - /*------------------------------------------------------------------------- * * Function: H5AC__check_if_write_permitted |