aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-dns.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/vpn/gnunet-service-dns.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/vpn/gnunet-service-dns.c')
-rw-r--r--src/vpn/gnunet-service-dns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c
index cb018746c..e0692937b 100644
--- a/src/vpn/gnunet-service-dns.c
+++ b/src/vpn/gnunet-service-dns.c
@@ -324,7 +324,7 @@ mesh_send (void *cls, size_t size, void *buf)
324 324
325void 325void
326mesh_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 326mesh_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
327 const struct GNUNET_TRANSPORT_ATS_Information *atsi 327 const struct GNUNET_ATS_Information *atsi
328 __attribute__ ((unused))) 328 __attribute__ ((unused)))
329{ 329{
330 if (NULL == peer) 330 if (NULL == peer)
@@ -394,7 +394,7 @@ receive_mesh_query (void *cls
394 const struct GNUNET_PeerIdentity *sender 394 const struct GNUNET_PeerIdentity *sender
395 __attribute__ ((unused)), 395 __attribute__ ((unused)),
396 const struct GNUNET_MessageHeader *message, 396 const struct GNUNET_MessageHeader *message,
397 const struct GNUNET_TRANSPORT_ATS_Information *atsi 397 const struct GNUNET_ATS_Information *atsi
398 __attribute__ ((unused))) 398 __attribute__ ((unused)))
399{ 399{
400 struct dns_pkt *dns = (struct dns_pkt *) (message + 1); 400 struct dns_pkt *dns = (struct dns_pkt *) (message + 1);
@@ -428,7 +428,7 @@ receive_mesh_answer (void *cls
428 __attribute__ ((unused)), 428 __attribute__ ((unused)),
429 const struct GNUNET_PeerIdentity *sender, 429 const struct GNUNET_PeerIdentity *sender,
430 const struct GNUNET_MessageHeader *message, 430 const struct GNUNET_MessageHeader *message,
431 const struct GNUNET_TRANSPORT_ATS_Information *atsi 431 const struct GNUNET_ATS_Information *atsi
432 __attribute__ ((unused))) 432 __attribute__ ((unused)))
433{ 433{
434 /* TODo: size check */ 434 /* TODo: size check */