aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-01-21 14:44:16 +0000
commitc9c39aeeac95bccfc6582c9ed028670f8e51fd21 (patch)
treeaf9d5c15a7e9cdb411f2d570c6b643b787f9629b /src/dht/test_dht_api.c
parentab88c7e4ab224f1ce3040104e813a28b7910e1ca (diff)
downloadgnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.tar.gz
gnunet-c9c39aeeac95bccfc6582c9ed028670f8e51fd21.zip
incomplete code for finger and friend tables
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index 2295866d3..5c6913740 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -203,6 +203,7 @@ run (void *cls,
203 (GNUNET_TIME_UNIT_MINUTES, 1), &end_badly, 203 (GNUNET_TIME_UNIT_MINUTES, 1), &end_badly,
204 NULL); 204 NULL);
205 205
206
206 memset (&hash, 42, sizeof (struct GNUNET_HashCode)); 207 memset (&hash, 42, sizeof (struct GNUNET_HashCode));
207 data = GNUNET_malloc (data_size); 208 data = GNUNET_malloc (data_size);
208 memset (data, 43, data_size); 209 memset (data, 43, data_size);