aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet-service-dht_clients.c8
-rw-r--r--src/dht/gnunet-service-dht_clients.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c
index a5ac0c32b..af9a869d4 100644
--- a/src/dht/gnunet-service-dht_clients.c
+++ b/src/dht/gnunet-service-dht_clients.c
@@ -226,7 +226,7 @@ static struct ClientList *client_tail;
226static struct ClientMonitorRecord *monitor_head; 226static struct ClientMonitorRecord *monitor_head;
227 227
228/** 228/**
229 * List of active monitoring requests.. 229 * List of active monitoring requests.
230 */ 230 */
231static struct ClientMonitorRecord *monitor_tail; 231static struct ClientMonitorRecord *monitor_tail;
232 232
@@ -1033,10 +1033,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
1033 * @param mtype Type of the DHT message. 1033 * @param mtype Type of the DHT message.
1034 * @param exp When will this value expire. 1034 * @param exp When will this value expire.
1035 * @param key Key of the result/request. 1035 * @param key Key of the result/request.
1036 * @param get_path Peers on reply path (or NULL if not recorded). 1036 * @param putl number of entries in get_path.
1037 * @param get_path_length number of entries in get_path.
1038 * @param put_path peers on the PUT path (or NULL if not recorded). 1037 * @param put_path peers on the PUT path (or NULL if not recorded).
1039 * @param put_path_length number of entries in get_path. 1038 * @param getl number of entries in get_path.
1039 * @param get_path Peers on reply path (or NULL if not recorded).
1040 * @param desired_replication_level Desired replication level. 1040 * @param desired_replication_level Desired replication level.
1041 * @param type Type of the result/request. 1041 * @param type Type of the result/request.
1042 * @param data Pointer to the result data. 1042 * @param data Pointer to the result data.
diff --git a/src/dht/gnunet-service-dht_clients.h b/src/dht/gnunet-service-dht_clients.h
index a8241d289..914ba1f61 100644
--- a/src/dht/gnunet-service-dht_clients.h
+++ b/src/dht/gnunet-service-dht_clients.h
@@ -63,10 +63,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
63 * @param mtype Type of the DHT message. 63 * @param mtype Type of the DHT message.
64 * @param exp When will this value expire. 64 * @param exp When will this value expire.
65 * @param key Key of the result/request. 65 * @param key Key of the result/request.
66 * @param get_path Peers on reply path (or NULL if not recorded). 66 * @param putl number of entries in get_path.
67 * @param get_path_length number of entries in get_path.
68 * @param put_path peers on the PUT path (or NULL if not recorded). 67 * @param put_path peers on the PUT path (or NULL if not recorded).
69 * @param put_path_length number of entries in get_path. 68 * @param getl number of entries in get_path.
69 * @param get_path Peers on reply path (or NULL if not recorded).
70 * @param desired_replication_level Desired replication level. 70 * @param desired_replication_level Desired replication level.
71 * @param type Type of the result/request. 71 * @param type Type of the result/request.
72 * @param data Pointer to the result data. 72 * @param data Pointer to the result data.