From a60b958f984d08525b636a2c7eae564ebec54ae6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Oct 2012 18:19:32 +0000 Subject: -chaning multihashmap API to allow option for avoiding key allocation --- src/transport/plugin_transport_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_unix.c') diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index c688039e6..fc1556591 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -1354,7 +1354,7 @@ libgnunet_plugin_transport_unix_init (void *cls) if (sockets_created == 0) LOG (GNUNET_ERROR_TYPE_WARNING, _("Failed to open UNIX sockets\n")); - plugin->session_map = GNUNET_CONTAINER_multihashmap_create(10); + plugin->session_map = GNUNET_CONTAINER_multihashmap_create (10, GNUNET_NO); GNUNET_SCHEDULER_add_now (address_notification, plugin); return api; -- cgit v1.2.3