aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
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/integration-tests
parentdecf459805cdb3f6811f979df4831bc2ce9a2858 (diff)
downloadgnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.tar.gz
gnunet-a60b958f984d08525b636a2c7eae564ebec54ae6.zip
-chaning multihashmap API to allow option for avoiding key allocation
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index 456782ddd..17aab2159 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -1056,7 +1056,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1056 init(); 1056 init();
1057 1057
1058 stats = GNUNET_STATISTICS_create ("watchdog", cfg); 1058 stats = GNUNET_STATISTICS_create ("watchdog", cfg);
1059 peers = GNUNET_CONTAINER_multihashmap_create (20); 1059 peers = GNUNET_CONTAINER_multihashmap_create (32, GNUNET_NO);
1060 1060
1061 th = GNUNET_TRANSPORT_connect(cfg, NULL, NULL, 1061 th = GNUNET_TRANSPORT_connect(cfg, NULL, NULL,
1062 &transport_notify_receive_cb, 1062 &transport_notify_receive_cb,