aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/topology/gnunet-daemon-topology.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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;