gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26552 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r26552 - gnunet/src/integration-tests
Date: Thu, 21 Mar 2013 15:51:19 +0100

Author: wachs
Date: 2013-03-21 15:51:19 +0100 (Thu, 21 Mar 2013)
New Revision: 26552

Modified:
   gnunet/src/integration-tests/connection_watchdog.c
Log:
api change


Modified: gnunet/src/integration-tests/connection_watchdog.c
===================================================================
--- gnunet/src/integration-tests/connection_watchdog.c  2013-03-21 14:49:23 UTC 
(rev 26551)
+++ gnunet/src/integration-tests/connection_watchdog.c  2013-03-21 14:51:19 UTC 
(rev 26552)
@@ -780,11 +780,7 @@
 
 static void
 transport_notify_connect_cb (void *cls,
-                const struct GNUNET_PeerIdentity
-                * peer,
-                const struct
-                GNUNET_ATS_Information * ats,
-                uint32_t ats_count)
+                const struct GNUNET_PeerIdentity* peer)
 {
   transport_connections ++;
   GNUNET_log (GNUNET_ERROR_TYPE_INFO, "TRANSPORT connect for peer `%s' (%u 
total)\n",
@@ -818,10 +814,7 @@
                             GNUNET_PeerIdentity * peer,
                             const struct
                             GNUNET_MessageHeader *
-                            message,
-                            const struct
-                            GNUNET_ATS_Information * ats,
-                            uint32_t ats_count)
+                            message)
 {
 
 
@@ -865,9 +858,7 @@
 static int 
 core_notify_receive_cb (void *cls,
                        const struct GNUNET_PeerIdentity * peer,
-                       const struct GNUNET_MessageHeader * message,
-                       const struct GNUNET_ATS_Information* atsi,
-                       unsigned int atsi_count)
+                       const struct GNUNET_MessageHeader * message)
 {
   struct PeerContainer *pc = NULL;
 
@@ -919,9 +910,7 @@
 }
 
 static void
-core_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer,
-                      const struct GNUNET_ATS_Information *atsi,
-                      unsigned int atsi_count)
+core_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer)
 {
   if (0 != memcmp (peer, &my_peer_id, sizeof (struct GNUNET_PeerIdentity)))
   {




reply via email to

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