gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37334 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r37334 - gnunet/src/include
Date: Thu, 23 Jun 2016 19:31:20 +0200

Author: grothoff
Date: 2016-06-23 19:31:20 +0200 (Thu, 23 Jun 2016)
New Revision: 37334

Modified:
   gnunet/src/include/gnunet_ats_service.h
Log:
convert perf API to new MQ API

Modified: gnunet/src/include/gnunet_ats_service.h
===================================================================
--- gnunet/src/include/gnunet_ats_service.h     2016-06-23 17:31:13 UTC (rev 
37333)
+++ gnunet/src/include/gnunet_ats_service.h     2016-06-23 17:31:20 UTC (rev 
37334)
@@ -526,7 +526,7 @@
 /**
  * Get information about addresses known to the ATS subsystem.
  *
- * @param handle the performance handle to use
+ * @param ph 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
@@ -536,7 +536,7 @@
  * @return handle to abort the operation
  */
 struct GNUNET_ATS_AddressListHandle *
-GNUNET_ATS_performance_list_addresses (struct GNUNET_ATS_PerformanceHandle 
*handle,
+GNUNET_ATS_performance_list_addresses (struct GNUNET_ATS_PerformanceHandle *ph,
                                        const struct GNUNET_PeerIdentity *peer,
                                        int all,
                                        GNUNET_ATS_AddressInformationCallback 
infocb,
@@ -546,10 +546,10 @@
 /**
  * Cancel a pending address listing operation
  *
- * @param handle the `struct GNUNET_ATS_AddressListHandle` handle to cancel
+ * @param alh the `struct GNUNET_ATS_AddressListHandle` handle to cancel
  */
 void
-GNUNET_ATS_performance_list_addresses_cancel (struct 
GNUNET_ATS_AddressListHandle *handle);
+GNUNET_ATS_performance_list_addresses_cancel (struct 
GNUNET_ATS_AddressListHandle *alh);
 
 
 /**




reply via email to

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