aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-07 18:19:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-07 18:19:32 +0000
commita60b958f984d08525b636a2c7eae564ebec54ae6 (patch)
tree6dcbbf91d734834f804b2fd9ab790244e2d60e6c /src/nse
parentdecf459805cdb3f6811f979df4831bc2ce9a2858 (diff)
downloadgnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.tar.gz
gnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.zip
-chaning multihashmap API to allow option for avoiding key allocation
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 435f22774..d7fb439e2 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1415,7 +1415,7 @@ key_generation_cb (void *cls,
1415 GNUNET_SCHEDULER_add_with_priority (GNUNET_SCHEDULER_PRIORITY_IDLE, 1415 GNUNET_SCHEDULER_add_with_priority (GNUNET_SCHEDULER_PRIORITY_IDLE,
1416 &find_proof, NULL); 1416 &find_proof, NULL);
1417 1417
1418 peers = GNUNET_CONTAINER_multihashmap_create (128); 1418 peers = GNUNET_CONTAINER_multihashmap_create (128, GNUNET_NO);
1419 GNUNET_SERVER_add_handlers (srv, handlers); 1419 GNUNET_SERVER_add_handlers (srv, handlers);
1420 nc = GNUNET_SERVER_notification_context_create (srv, 1); 1420 nc = GNUNET_SERVER_notification_context_create (srv, 1);
1421 /* Connect to core service and register core handlers */ 1421 /* Connect to core service and register core handlers */