aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 14:18:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 14:18:01 +0000
commitc42cd188bc5df0a33b838a17b5787d1e6b139337 (patch)
tree16439eef26956d774fe99010daccf70e8f6fe18b /src/dht/gnunet-service-dht.c
parentf96aac2ff4f49d1d7ee85061e2fa23ec5efdb950 (diff)
downloadgnunet-c42cd188bc5df0a33b838a17b5787d1e6b139337.tar.gz
gnunet-c42cd188bc5df0a33b838a17b5787d1e6b139337.zip
clean up
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index ab509eea4..8efdcffbf 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -31,6 +31,7 @@
31 * - use different 'struct DHT_MessageContext' for the different types of 31 * - use different 'struct DHT_MessageContext' for the different types of
32 * messages (currently rather confusing, especially with things like 32 * messages (currently rather confusing, especially with things like
33 * peer bloom filters occuring when processing replies). 33 * peer bloom filters occuring when processing replies).
34 * - why do we have request UIDs again?
34 */ 35 */
35 36
36#include "platform.h" 37#include "platform.h"