aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.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/transport/transport_api.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 3fdbcbd68..a258172d5 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -466,7 +466,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg)
466 ats_count = ntohl (cim->ats_count); 466 ats_count = ntohl (cim->ats_count);
467 if (size != 467 if (size !=
468 sizeof (struct ConnectInfoMessage) + 468 sizeof (struct ConnectInfoMessage) +
469 ats_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information)) 469 ats_count * sizeof (struct GNUNET_ATS_Information))
470 { 470 {
471 GNUNET_break (0); 471 GNUNET_break (0);
472 break; 472 break;
@@ -548,7 +548,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg)
548 imm = (const struct GNUNET_MessageHeader *) &((&(im->ats))[ats_count + 1]); 548 imm = (const struct GNUNET_MessageHeader *) &((&(im->ats))[ats_count + 1]);
549 549
550 if (ntohs (imm->size) + sizeof (struct InboundMessage) + 550 if (ntohs (imm->size) + sizeof (struct InboundMessage) +
551 ats_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information) != size) 551 ats_count * sizeof (struct GNUNET_ATS_Information) != size)
552 { 552 {
553 GNUNET_break (0); 553 GNUNET_break (0);
554 break; 554 break;