diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-06-19 10:48:54 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-06-19 10:48:54 +0000 |
commit | a900b29ddaa9ea46c731b054b5e3ef3e725b95a8 (patch) | |
tree | 52e1a9697b0abf4618cd5684359ec5f0a040898a /src/set/ibf.h | |
parent | 17353bc0a47c89bda205f23e7995377c9bfe7769 (diff) |
- opaque mq structs
- mq for mesh
- faster hashing for IBFs
- mesh replaces stream in set
- new set profiler (work in progress)
Diffstat (limited to 'src/set/ibf.h')
-rw-r--r-- | src/set/ibf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/ibf.h b/src/set/ibf.h index 2bf3ef7c78..90ea231c04 100644 --- a/src/set/ibf.h +++ b/src/set/ibf.h @@ -19,7 +19,7 @@ */ /** - * @file consensus/ibf.h + * @file set/ibf.h * @brief invertible bloom filter * @author Florian Dold */ |