aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-26 22:02:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-26 22:02:03 +0000
commit1f6511d450641f20c69f616dbdbbbb1badbbbc5a (patch)
treeee31851b7eb5de4e6251c2e4a0d488fb886f8b12 /src/dht/gnunet-service-dht_datacache.c
parentb77a243b51a385d52250d31a285669b7ad3aed20 (diff)
downloadgnunet-1f6511d450641f20c69f616dbdbbbb1badbbbc5a.tar.gz
gnunet-1f6511d450641f20c69f616dbdbbbb1badbbbc5a.zip
more wild hxing
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.c')
-rw-r--r--src/dht/gnunet-service-dht_datacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.c b/src/dht/gnunet-service-dht_datacache.c
index b2dd05ac9..2c1a3fe20 100644
--- a/src/dht/gnunet-service-dht_datacache.c
+++ b/src/dht/gnunet-service-dht_datacache.c
@@ -72,7 +72,7 @@ GDS_DATACACHE_handle_put (struct GNUNET_TIME_Absolute expiration,
72 const GNUNET_HashCode *key, 72 const GNUNET_HashCode *key,
73 unsigned int put_path_length, 73 unsigned int put_path_length,
74 const struct GNUNET_PeerIdentity *put_path, 74 const struct GNUNET_PeerIdentity *put_path,
75 uint32_t type, 75 enum GNUNET_BLOCK_Type type,
76 size_t data_size, 76 size_t data_size,
77 const void *data) 77 const void *data)
78{ 78{
@@ -268,7 +268,7 @@ struct GetRequestContext
268 */ 268 */
269void 269void
270GDS_DATACACHE_handle_get (const GNUNET_HashCode *key, 270GDS_DATACACHE_handle_get (const GNUNET_HashCode *key,
271 uint32_t type, 271 enum GNUNET_BLOCK_Type type,
272 const void *xquery, 272 const void *xquery,
273 size_t xquery_size, 273 size_t xquery_size,
274 struct GNUNET_CONTAINER_BloomFilter **reply_bf, 274 struct GNUNET_CONTAINER_BloomFilter **reply_bf,