gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25771 - gnunet/src/include
Date: Mon, 14 Jan 2013 13:02:40 +0100

Author: wachs
Date: 2013-01-14 13:02:40 +0100 (Mon, 14 Jan 2013)
New Revision: 25771

Modified:
   gnunet/src/include/gnunet_ats_service.h
Log:
handle


Modified: gnunet/src/include/gnunet_ats_service.h
===================================================================
--- gnunet/src/include/gnunet_ats_service.h     2013-01-14 11:14:33 UTC (rev 
25770)
+++ gnunet/src/include/gnunet_ats_service.h     2013-01-14 12:02:40 UTC (rev 
25771)
@@ -494,13 +494,21 @@
  */
 struct GNUNET_ATS_SchedulingHandle;
 
+/**
+ * Handle for address suggestion requests
+ *
+ */
+struct GNUNET_ATS_SuggestHandle;
 
+
+
 /**
  * Opaque session handle, defined by plugins.  Contents not known to ATS.
  */
 struct Session;
 
 
+
 /**
  * Signature of a function called by ATS with the current bandwidth
  * and address preferences as determined by ATS.
@@ -569,8 +577,9 @@
  *
  * @param sh handle
  * @param peer identity of the peer we need an address for
+ * @return suggestion handle
  */
-void
+struct GNUNET_ATS_SuggestHandle *
 GNUNET_ATS_suggest_address (struct GNUNET_ATS_SchedulingHandle *sh,
                             const struct GNUNET_PeerIdentity *peer);
 




reply via email to

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