summaryrefslogtreecommitdiff
path: root/dist/filelist
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2012-08-29 16:00:39 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2012-08-29 16:00:39 +1000
commitefbbae44e71ae3e9b7e6944eddf4742b403a10f4 (patch)
tree3e3e5d3f7185b9050d9500ae74a4c9420d5f2e05 /dist/filelist
parentbc8ea6d32e35a264e950beb39b3c7f8603595c30 (diff)
downloadmongo-efbbae44e71ae3e9b7e6944eddf4742b403a10f4.tar.gz
Add bloom filter implementation and test.
The bloom filters will be used internally by the LSM implementation. They do not form part of the public API.
Diffstat (limited to 'dist/filelist')
-rw-r--r--dist/filelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/filelist b/dist/filelist
index b8bed7968ea..1749cf047d7 100644
--- a/dist/filelist
+++ b/dist/filelist
@@ -13,6 +13,7 @@ src/block/block_read.c
src/block/block_slvg.c
src/block/block_vrfy.c
src/block/block_write.c
+src/bloom/bloom.c
src/btree/bt_bulk.c
src/btree/bt_cache.c
src/btree/bt_cell.c