- Doxygen
authorBart Polot <bart@net.in.tum.de>
Mon, 13 Feb 2012 12:08:41 +0000 (12:08 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 13 Feb 2012 12:08:41 +0000 (12:08 +0000)
src/dht/gnunet-service-dht_clients.c
src/dht/gnunet-service-dht_clients.h

index a5ac0c32b1ac00ac6be087666949c3352404173c..af9a869d4752d2d6b5342e1e192cfe7399b546c8 100644 (file)
@@ -226,7 +226,7 @@ static struct ClientList *client_tail;
 static struct ClientMonitorRecord *monitor_head;
 
 /**
- * List of active monitoring requests..
+ * List of active monitoring requests.
  */
 static struct ClientMonitorRecord *monitor_tail;
 
@@ -1033,10 +1033,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
  * @param mtype Type of the DHT message.
  * @param exp When will this value expire.
  * @param key Key of the result/request.
- * @param get_path Peers on reply path (or NULL if not recorded).
- * @param get_path_length number of entries in get_path.
+ * @param putl number of entries in get_path.
  * @param put_path peers on the PUT path (or NULL if not recorded).
- * @param put_path_length number of entries in get_path.
+ * @param getl number of entries in get_path.
+ * @param get_path Peers on reply path (or NULL if not recorded).
  * @param desired_replication_level Desired replication level.
  * @param type Type of the result/request.
  * @param data Pointer to the result data.
index a8241d289d14957a8c043e7257f3fa3a03f8eae5..914ba1f613d48e428e7c512ca030902936d432e6 100644 (file)
@@ -63,10 +63,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration,
  * @param mtype Type of the DHT message.
  * @param exp When will this value expire.
  * @param key Key of the result/request.
- * @param get_path Peers on reply path (or NULL if not recorded).
- * @param get_path_length number of entries in get_path.
+ * @param putl number of entries in get_path.
  * @param put_path peers on the PUT path (or NULL if not recorded).
- * @param put_path_length number of entries in get_path.
+ * @param getl number of entries in get_path.
+ * @param get_path Peers on reply path (or NULL if not recorded).
  * @param desired_replication_level Desired replication level.
  * @param type Type of the result/request.
  * @param data Pointer to the result data.