aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-13 12:08:41 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-13 12:08:41 +0000
commitd723091639728548ae465c7a8b464423f6ee4081 (patch)
treefb03a4c02b06ca687752f4a860b4504235db12b7 /src/dht
parentf89a942814ab1eb72334dafb80120ee146e42783 (diff)
downloadgnunet-d723091639728548ae465c7a8b464423f6ee4081.tar.gz
gnunet-d723091639728548ae465c7a8b464423f6ee4081.zip
- Doxygen
Diffstat (limited to 'src/dht')
-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.