aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
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/namestore
parentdecf459805cdb3f6811f979df4831bc2ce9a2858 (diff)
downloadgnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.tar.gz
gnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.zip
-chaning multihashmap API to allow option for avoiding key allocation
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index bd32d7155..d13221600 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -2242,7 +2242,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
2242 2242
2243 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2243 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2244 "Scanning directory `%s' for zone files\n", zonefile_directory); 2244 "Scanning directory `%s' for zone files\n", zonefile_directory);
2245 zonekeys = GNUNET_CONTAINER_multihashmap_create (16); 2245 zonekeys = GNUNET_CONTAINER_multihashmap_create (16, GNUNET_NO);
2246 counter = 0; 2246 counter = 0;
2247 GNUNET_DISK_directory_scan (zonefile_directory, zonekey_file_it, &counter); 2247 GNUNET_DISK_directory_scan (zonefile_directory, zonekey_file_it, &counter);
2248 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2248 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,