aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 1616ab613..453c9d924 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -635,7 +635,7 @@ reschedule_hellos (void *cls, const GNUNET_HashCode * pid, void *value)
635 */ 635 */
636static void 636static void
637connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 637connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
638 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 638 const struct GNUNET_ATS_Information *atsi)
639{ 639{
640 struct Peer *pos; 640 struct Peer *pos;
641 641
@@ -1106,7 +1106,7 @@ read_friends_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
1106static int 1106static int
1107handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other, 1107handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other,
1108 const struct GNUNET_MessageHeader *message, 1108 const struct GNUNET_MessageHeader *message,
1109 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1109 const struct GNUNET_ATS_Information *atsi)
1110{ 1110{
1111 struct Peer *peer; 1111 struct Peer *peer;
1112 struct GNUNET_PeerIdentity pid; 1112 struct GNUNET_PeerIdentity pid;