aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-consensus-ibf.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-03-21 01:06:40 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-03-21 01:06:40 +0000
commitf69659c664077034fcf135acb49b6e680937af1d (patch)
tree325b219bce0adef70b603d17146ed28838f0f037 /src/consensus/gnunet-consensus-ibf.c
parent9f0ab5f654c9d5bc1a04c3728ff65f74b5c1f741 (diff)
downloadgnunet-f69659c664077034fcf135acb49b6e680937af1d.tar.gz
gnunet-f69659c664077034fcf135acb49b6e680937af1d.zip
fixed consensus multi-peer communication, memory leaks, various bugs
Diffstat (limited to 'src/consensus/gnunet-consensus-ibf.c')
-rw-r--r--src/consensus/gnunet-consensus-ibf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-consensus-ibf.c b/src/consensus/gnunet-consensus-ibf.c
index f4a233ece..73dc31b56 100644
--- a/src/consensus/gnunet-consensus-ibf.c
+++ b/src/consensus/gnunet-consensus-ibf.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file consensus/gnunet-consensus-ibf 22 * @file consensus/gnunet-consensus-ibf.c
23 * @brief tool for reconciling data with invertible bloom filters 23 * @brief tool for reconciling data with invertible bloom filters
24 * @author Florian Dold 24 * @author Florian Dold
25 */ 25 */