aboutsummaryrefslogtreecommitdiff
path: root/src/chat/gnunet-service-chat.c
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/chat/gnunet-service-chat.c
parentdecf459805cdb3f6811f979df4831bc2ce9a2858 (diff)
downloadgnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.tar.gz
gnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.zip
-chaning multihashmap API to allow option for avoiding key allocation
Diffstat (limited to 'src/chat/gnunet-service-chat.c')
-rw-r--r--src/chat/gnunet-service-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat/gnunet-service-chat.c b/src/chat/gnunet-service-chat.c
index 580851557..ec988e8fd 100644
--- a/src/chat/gnunet-service-chat.c
+++ b/src/chat/gnunet-service-chat.c
@@ -1706,7 +1706,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1706 cfg = c; 1706 cfg = c;
1707 nc = GNUNET_SERVER_notification_context_create (server, 16); 1707 nc = GNUNET_SERVER_notification_context_create (server, 16);
1708 connected_peers = 1708 connected_peers =
1709 GNUNET_CONTAINER_multihashmap_create (EXPECTED_NEIGHBOUR_COUNT); 1709 GNUNET_CONTAINER_multihashmap_create (EXPECTED_NEIGHBOUR_COUNT, GNUNET_NO);
1710 GNUNET_SERVER_add_handlers (server, handlers); 1710 GNUNET_SERVER_add_handlers (server, handlers);
1711 core = 1711 core =
1712 GNUNET_CORE_connect (cfg, NULL, &core_init, 1712 GNUNET_CORE_connect (cfg, NULL, &core_init,