aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:02:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:02:26 +0000
commite14a644c4764dbf768f529319fd9eb28697e36d0 (patch)
tree7e2a66a412425f97d4fd3bc8e6255ab3bfc67d0d /src/topology/gnunet-daemon-topology.c
parent2247aab396dbf4f8b5b22d36ecfbd111347677a2 (diff)
downloadgnunet-e14a644c4764dbf768f529319fd9eb28697e36d0.tar.gz
gnunet-e14a644c4764dbf768f529319fd9eb28697e36d0.zip
fixes
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 499f7f852..09a5fdfef 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -688,9 +688,7 @@ reschedule_hellos (void *cls, const struct GNUNET_HashCode * pid, void *value)
688 * @param atsi_count number of records in 'atsi' 688 * @param atsi_count number of records in 'atsi'
689 */ 689 */
690static void 690static void
691connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 691connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
692 const struct GNUNET_ATS_Information *atsi,
693 unsigned int atsi_count)
694{ 692{
695 struct Peer *pos; 693 struct Peer *pos;
696 694