aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
commitedab319f07cc940f64111b6e89da245a2afcf71a (patch)
tree20124181cbcc8e0e36d98b448369b7e62a1b0192 /src/dht/gnunet-service-dht_neighbours.h
parent4f3f80d05ac7101b8049c352d70abe97bc81ab23 (diff)
downloadgnunet-edab319f07cc940f64111b6e89da245a2afcf71a.tar.gz
gnunet-edab319f07cc940f64111b6e89da245a2afcf71a.zip
making some files compile
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.h')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index e679b4162..d23ea10ab 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -79,7 +79,7 @@ GDS_NEIGHBOURS_handle_put (enum GNUNET_BLOCK_Type type,
79 * @param xquery_size number of bytes in xquery 79 * @param xquery_size number of bytes in xquery
80 * @param reply_bf bloomfilter to filter duplicates 80 * @param reply_bf bloomfilter to filter duplicates
81 * @param reply_bf_mutator mutator for reply_bf 81 * @param reply_bf_mutator mutator for reply_bf
82 * @param peer_bf filter for peers not to select (again) 82 * @param peer_bf filter for peers not to select (again, updated)
83 */ 83 */
84void 84void
85GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type, 85GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type,
@@ -91,7 +91,7 @@ GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type,
91 size_t xquery_size, 91 size_t xquery_size,
92 const struct GNUNET_CONTAINER_BloomFilter *reply_bf, 92 const struct GNUNET_CONTAINER_BloomFilter *reply_bf,
93 uint32_t reply_bf_mutator, 93 uint32_t reply_bf_mutator,
94 const struct GNUNET_CONTAINER_BloomFilter *peer_bf); 94 struct GNUNET_CONTAINER_BloomFilter *peer_bf);
95 95
96 96
97/** 97/**
@@ -116,9 +116,9 @@ GDS_NEIGHBOURS_handle_reply (const struct GNUNET_PeerIdentity *target,
116 struct GNUNET_TIME_Absolute expiration_time, 116 struct GNUNET_TIME_Absolute expiration_time,
117 const GNUNET_HashCode *key, 117 const GNUNET_HashCode *key,
118 unsigned int put_path_length, 118 unsigned int put_path_length,
119 struct GNUNET_PeerIdentity *put_path, 119 const struct GNUNET_PeerIdentity *put_path,
120 unsigned int get_path_length, 120 unsigned int get_path_length,
121 struct GNUNET_PeerIdentity *get_path, 121 const struct GNUNET_PeerIdentity *get_path,
122 const void *data, 122 const void *data,
123 size_t data_size); 123 size_t data_size);
124 124