gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26555 - in gnunet/src: nse testbed topology


From: gnunet
Subject: [GNUnet-SVN] r26555 - in gnunet/src: nse testbed topology
Date: Thu, 21 Mar 2013 16:02:26 +0100

Author: wachs
Date: 2013-03-21 16:02:26 +0100 (Thu, 21 Mar 2013)
New Revision: 26555

Modified:
   gnunet/src/nse/gnunet-service-nse.c
   gnunet/src/testbed/gnunet-service-testbed_cache.c
   gnunet/src/topology/gnunet-daemon-topology.c
Log:
fixes


Modified: gnunet/src/nse/gnunet-service-nse.c
===================================================================
--- gnunet/src/nse/gnunet-service-nse.c 2013-03-21 14:57:09 UTC (rev 26554)
+++ gnunet/src/nse/gnunet-service-nse.c 2013-03-21 15:02:26 UTC (rev 26555)
@@ -1193,9 +1193,7 @@
  * @param atsi_count number of records in 'atsi'
  */
 static void
-handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
-                     const struct GNUNET_ATS_Information *atsi,
-                     unsigned int atsi_count)
+handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
 {
   struct NSEPeerEntry *peer_entry;
 

Modified: gnunet/src/testbed/gnunet-service-testbed_cache.c
===================================================================
--- gnunet/src/testbed/gnunet-service-testbed_cache.c   2013-03-21 14:57:09 UTC 
(rev 26554)
+++ gnunet/src/testbed/gnunet-service-testbed_cache.c   2013-03-21 15:02:26 UTC 
(rev 26555)
@@ -647,9 +647,7 @@
  * @param atsi_count number of records in 'atsi'
  */
 static void
-core_peer_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer,
-                      const struct GNUNET_ATS_Information *atsi,
-                      unsigned int atsi_count)
+core_peer_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer)
 {
   peer_connect_notify_cb (cls, peer, CGT_CORE_HANDLE);
 }

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2013-03-21 14:57:09 UTC 
(rev 26554)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2013-03-21 15:02:26 UTC 
(rev 26555)
@@ -688,9 +688,7 @@
  * @param atsi_count number of records in 'atsi'
  */
 static void
-connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
-                const struct GNUNET_ATS_Information *atsi,
-                unsigned int atsi_count)
+connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
 {
   struct Peer *pos;
 




reply via email to

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