aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
commitac2de52a5de68f6f4f13b7aa01a481869fffc6aa (patch)
tree856c9f0b2f55f8cae99f3c7b3bf22beaecbf58da /src/dht
parentc1a3c11f8665432d9db6d549c28c0329668e66af (diff)
downloadgnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.tar.gz
gnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.zip
hacks from trip
Diffstat (limited to 'src/dht')
-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 a310cc944..32c01e384 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -834,6 +834,7 @@ run (void *cls,
834 &core_init, /* Call core_init once connected */ 834 &core_init, /* Call core_init once connected */
835 &handle_core_connect, /* Don't care about connects */ 835 &handle_core_connect, /* Don't care about connects */
836 NULL, /* Don't care about disconnects */ 836 NULL, /* Don't care about disconnects */
837 NULL, /* Don't care about peer status changes */
837 NULL, /* Don't want notified about all incoming messages */ 838 NULL, /* Don't want notified about all incoming messages */
838 GNUNET_NO, /* For header only inbound notification */ 839 GNUNET_NO, /* For header only inbound notification */
839 NULL, /* Don't want notified about all outbound messages */ 840 NULL, /* Don't want notified about all outbound messages */