aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-05 14:45:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-05 14:45:38 +0000
commitc8a23b6fce4dfadda4485492f10a4accc954b111 (patch)
treea897718d30d668304723052329510953490bf510 /src/dht/test_dht_multipeer.c
parentb3cdbf13244b4c1b3ac84464209dedb4d3ee59c7 (diff)
downloadgnunet-c8a23b6fce4dfadda4485492f10a4accc954b111.tar.gz
gnunet-c8a23b6fce4dfadda4485492f10a4accc954b111.zip
mess
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index bc7db2302..293829bc7 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -394,7 +394,7 @@ void get_result_iterator (void *cls,
394 const struct GNUNET_PeerIdentity * const *get_path, 394 const struct GNUNET_PeerIdentity * const *get_path,
395 const struct GNUNET_PeerIdentity * const *put_path, 395 const struct GNUNET_PeerIdentity * const *put_path,
396 enum GNUNET_BLOCK_Type type, 396 enum GNUNET_BLOCK_Type type,
397 uint32_t size, 397 size_t size,
398 const void *data) 398 const void *data)
399{ 399{
400 struct TestGetContext *test_get = cls; 400 struct TestGetContext *test_get = cls;