gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25083 - in gnunet/src: ats include


From: gnunet
Subject: [GNUnet-SVN] r25083 - in gnunet/src: ats include
Date: Wed, 21 Nov 2012 11:51:21 +0100

Author: wachs
Date: 2012-11-21 11:51:21 +0100 (Wed, 21 Nov 2012)
New Revision: 25083

Modified:
   gnunet/src/ats/ats_api_performance.c
   gnunet/src/ats/gnunet-service-ats_performance.c
   gnunet/src/ats/gnunet-service-ats_performance.h
   gnunet/src/include/gnunet_ats_service.h
Log:
dogygen

Modified: gnunet/src/ats/ats_api_performance.c
===================================================================
--- gnunet/src/ats/ats_api_performance.c        2012-11-21 10:04:00 UTC (rev 
25082)
+++ gnunet/src/ats/ats_api_performance.c        2012-11-21 10:51:21 UTC (rev 
25083)
@@ -747,7 +747,7 @@
 /**
  * Get information about addresses known to the ATS subsystem.
  *
- * @param cfg configuration to use
+ * @param handle the performance handle to use
  * @param peer peer idm can be NULL for all peers
  * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to
  *        get only address currently used

Modified: gnunet/src/ats/gnunet-service-ats_performance.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats_performance.c     2012-11-21 10:04:00 UTC 
(rev 25082)
+++ gnunet/src/ats/gnunet-service-ats_performance.c     2012-11-21 10:51:21 UTC 
(rev 25083)
@@ -138,6 +138,7 @@
  * @param plugin_name 0-termintated string specifying the transport plugin
  * @param plugin_addr binary address for the plugin to use
  * @param plugin_addr_len number of bytes in plugin_addr
+ * @param active is this address active
  * @param atsi performance data for the address
  * @param atsi_count number of performance records in 'ats'
  * @param bandwidth_out assigned outbound bandwidth
@@ -202,6 +203,7 @@
  * @param plugin_name 0-termintated string specifying the transport plugin
  * @param plugin_addr binary address for the plugin to use
  * @param plugin_addr_len number of bytes in plugin_addr
+ * @param active is this address active
  * @param atsi performance data for the address
  * @param atsi_count number of performance records in 'ats'
  * @param bandwidth_out assigned outbound bandwidth

Modified: gnunet/src/ats/gnunet-service-ats_performance.h
===================================================================
--- gnunet/src/ats/gnunet-service-ats_performance.h     2012-11-21 10:04:00 UTC 
(rev 25082)
+++ gnunet/src/ats/gnunet-service-ats_performance.h     2012-11-21 10:51:21 UTC 
(rev 25083)
@@ -60,6 +60,7 @@
  * @param plugin_name 0-termintated string specifying the transport plugin
  * @param plugin_addr binary address for the plugin to use
  * @param plugin_addr_len number of bytes in plugin_addr
+ * @param active is this address active
  * @param atsi performance data for the address
  * @param atsi_count number of performance records in 'ats'
  * @param bandwidth_out assigned outbound bandwidth

Modified: gnunet/src/include/gnunet_ats_service.h
===================================================================
--- gnunet/src/include/gnunet_ats_service.h     2012-11-21 10:04:00 UTC (rev 
25082)
+++ gnunet/src/include/gnunet_ats_service.h     2012-11-21 10:51:21 UTC (rev 
25083)
@@ -713,7 +713,7 @@
 /**
  * Get information about addresses known to the ATS subsystem.
  *
- * @param cfg configuration to use
+ * @param handle the performance handle to use
  * @param peer peer idm can be NULL for all peers
  * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to
  *        get only address currently used




reply via email to

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