summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-04 15:20:39 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-04 15:20:39 (GMT)
commita3d74c9be418cf64fc7b39a7379b6665a8a35a5f (patch)
tree6c69a3173b891f5531e84dfcac65f079dbf63820 /MANIFEST
parentb2948d9f97958dba883a9c0d3f80bf9c7df9fe42 (diff)
parent872d1666b4d24eb381773baaaaed6b6bf00dd080 (diff)
downloadhdf5-a3d74c9be418cf64fc7b39a7379b6665a8a35a5f.zip
hdf5-a3d74c9be418cf64fc7b39a7379b6665a8a35a5f.tar.gz
hdf5-a3d74c9be418cf64fc7b39a7379b6665a8a35a5f.tar.bz2
Merge pull request #131 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
* commit '872d1666b4d24eb381773baaaaed6b6bf00dd080': Add public H5F* routines for cache logging. Add cache logging test. Add cache logging property and file pieces. Add logging prototypes and cache struct fields. Add logging error message. Bring cache logging routines from revise_chunks branch to develop. Remove static definition for debugging routines. *sigh* Add missing prototypes for cache debugging routines.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f4b8b83..f6b2ea9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -471,6 +471,7 @@
./src/H5Apublic.h
./src/H5AC.c
./src/H5ACdbg.c
+./src/H5AClog.c
./src/H5ACmodule.h
./src/H5ACmpio.c
./src/H5ACpkg.h
@@ -497,6 +498,7 @@
./src/H5C.c
./src/H5Cdbg.c
./src/H5Cepoch.c
+./src/H5Clog.c
./src/H5Cmodule.h
./src/H5Cmpio.c
./src/H5Cpkg.h
@@ -889,6 +891,7 @@
./test/cache_api.c
./test/cache_common.c
./test/cache_common.h
+./test/cache_logging.c
./test/cache_tagging.c
./test/cmpd_dset.c
./test/cork.c