aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
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.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 6ccc8abd2..440b0dfed 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -114,7 +114,7 @@ struct ConnectInfoMessage
114 * First of the ATS information blocks (we must have at least 114 * First of the ATS information blocks (we must have at least
115 * one due to the 0-termination requirement). 115 * one due to the 0-termination requirement).
116 */ 116 */
117 struct GNUNET_TRANSPORT_ATS_Information ats; 117 struct GNUNET_ATS_Information ats;
118}; 118};
119 119
120 120
@@ -224,7 +224,7 @@ struct InboundMessage
224 * First of the ATS information blocks (we must have at least 224 * First of the ATS information blocks (we must have at least
225 * one due to the 0-termination requirement). 225 * one due to the 0-termination requirement).
226 */ 226 */
227 struct GNUNET_TRANSPORT_ATS_Information ats; 227 struct GNUNET_ATS_Information ats;
228}; 228};
229 229
230 230