gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19772 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r19772 - gnunet/src/dht
Date: Mon, 13 Feb 2012 13:08:41 +0100

Author: bartpolot
Date: 2012-02-13 13:08:41 +0100 (Mon, 13 Feb 2012)
New Revision: 19772

Modified:
   gnunet/src/dht/gnunet-service-dht_clients.c
   gnunet/src/dht/gnunet-service-dht_clients.h
Log:
- Doxygen

Modified: gnunet/src/dht/gnunet-service-dht_clients.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht_clients.c 2012-02-13 11:57:40 UTC (rev 
19771)
+++ gnunet/src/dht/gnunet-service-dht_clients.c 2012-02-13 12:08:41 UTC (rev 
19772)
@@ -226,7 +226,7 @@
 static struct ClientMonitorRecord *monitor_head;
 
 /**
- * List of active monitoring requests..
+ * List of active monitoring requests.
  */
 static struct ClientMonitorRecord *monitor_tail;
 
@@ -1033,10 +1033,10 @@
  * @param mtype Type of the DHT message.
  * @param exp When will this value expire.
  * @param key Key of the result/request.
+ * @param putl number of entries in get_path.
+ * @param put_path peers on the PUT path (or NULL if not recorded).
+ * @param getl number of entries in get_path.
  * @param get_path Peers on reply path (or NULL if not recorded).
- * @param get_path_length 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 desired_replication_level Desired replication level.
  * @param type Type of the result/request.
  * @param data Pointer to the result data.

Modified: gnunet/src/dht/gnunet-service-dht_clients.h
===================================================================
--- gnunet/src/dht/gnunet-service-dht_clients.h 2012-02-13 11:57:40 UTC (rev 
19771)
+++ gnunet/src/dht/gnunet-service-dht_clients.h 2012-02-13 12:08:41 UTC (rev 
19772)
@@ -63,10 +63,10 @@
  * @param mtype Type of the DHT message.
  * @param exp When will this value expire.
  * @param key Key of the result/request.
+ * @param putl number of entries in get_path.
+ * @param put_path peers on the PUT path (or NULL if not recorded).
+ * @param getl number of entries in get_path.
  * @param get_path Peers on reply path (or NULL if not recorded).
- * @param get_path_length 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 desired_replication_level Desired replication level.
  * @param type Type of the result/request.
  * @param data Pointer to the result data.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]