summaryrefslogtreecommitdiff
path: root/src/dv/dv_api.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/dv/dv_api.c
parentdecf459805cdb3f6811f979df4831bc2ce9a2858 (diff)
downloadgnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.tar.gz
gnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.zip
-chaning multihashmap API to allow option for avoiding key allocation
Diffstat (limited to 'src/dv/dv_api.c')
-rw-r--r--src/dv/dv_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/dv_api.c b/src/dv/dv_api.c
index 131503e6e..8f866e2e5 100644
--- a/src/dv/dv_api.c
+++ b/src/dv/dv_api.c
@@ -587,7 +587,7 @@ GNUNET_DV_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
587 GNUNET_YES, &transmit_start, 587 GNUNET_YES, &transmit_start,
588 start_context); 588 start_context);
589 589
590 handle->send_callbacks = GNUNET_CONTAINER_multihashmap_create (100); 590 handle->send_callbacks = GNUNET_CONTAINER_multihashmap_create (100, GNUNET_NO);
591 591
592 return handle; 592 return handle;
593} 593}