aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.h')
-rw-r--r--src/dht/gnunet-service-dht.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h
index 6741efb4e..a366367ca 100644
--- a/src/dht/gnunet-service-dht.h
+++ b/src/dht/gnunet-service-dht.h
@@ -65,7 +65,8 @@ extern struct GNUNET_MessageHeader *GDS_my_hello;
65 * client(s). 65 * client(s).
66 * 66 *
67 * @param expiration when will the reply expire 67 * @param expiration when will the reply expire
68 * @param key the query this reply is for 68 * @param key the key of the query that triggered the reply
69 * @param query_hash the query hash of the response
69 * @param get_path_length number of peers in @a get_path 70 * @param get_path_length number of peers in @a get_path
70 * @param get_path path the reply took on get 71 * @param get_path path the reply took on get
71 * @param put_path_length number of peers in @a put_path 72 * @param put_path_length number of peers in @a put_path
@@ -77,6 +78,7 @@ extern struct GNUNET_MessageHeader *GDS_my_hello;
77void 78void
78GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration, 79GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
79 const struct GNUNET_HashCode *key, 80 const struct GNUNET_HashCode *key,
81 const struct GNUNET_HashCode *query_hash,
80 unsigned int get_path_length, 82 unsigned int get_path_length,
81 const struct GNUNET_PeerIdentity *get_path, 83 const struct GNUNET_PeerIdentity *get_path,
82 unsigned int put_path_length, 84 unsigned int put_path_length,