gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26747 - gnunet/src/include
Date: Thu, 4 Apr 2013 09:43:11 +0200

Author: grothoff
Date: 2013-04-04 09:43:11 +0200 (Thu, 04 Apr 2013)
New Revision: 26747

Modified:
   gnunet/src/include/gnunet_mesh2_service.h
Log:
-new core API doesn't expose ATS anymore, likely mesh2 should not either

Modified: gnunet/src/include/gnunet_mesh2_service.h
===================================================================
--- gnunet/src/include/gnunet_mesh2_service.h   2013-04-04 00:30:42 UTC (rev 
26746)
+++ gnunet/src/include/gnunet_mesh2_service.h   2013-04-04 07:43:11 UTC (rev 
26747)
@@ -64,7 +64,6 @@
  * @param tunnel_ctx place to store local state associated with the tunnel
  * @param sender who sent the message
  * @param message the actual message
- * @param atsi performance data for the connection
  * @return GNUNET_OK to keep the connection open,
  *         GNUNET_SYSERR to close it (signal serious error)
  */
@@ -74,9 +73,7 @@
                                             const struct GNUNET_PeerIdentity *
                                             sender,
                                             const struct GNUNET_MessageHeader *
-                                            message,
-                                            const struct GNUNET_ATS_Information
-                                            * atsi);
+                                            message);
 
 
 /**
@@ -126,10 +123,7 @@
                                                               * tunnel,
                                                               const struct
                                                               
GNUNET_PeerIdentity
-                                                              * initiator,
-                                                              const struct
-                                                              
GNUNET_ATS_Information
-                                                              * atsi);
+                                                              * initiator);
 
 
 /**




reply via email to

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