aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"