aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.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/core/core.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 8c97f6177..5c0738ee4 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -125,7 +125,7 @@ struct ConnectNotifyMessage
125 * First of the ATS information blocks (we must have at least 125 * First of the ATS information blocks (we must have at least
126 * one due to the 0-termination requirement). 126 * one due to the 0-termination requirement).
127 */ 127 */
128 struct GNUNET_TRANSPORT_ATS_Information ats; 128 struct GNUNET_ATS_Information ats;
129 129
130}; 130};
131 131
@@ -171,7 +171,7 @@ struct PeerStatusNotifyMessage
171 * First of the ATS information blocks (we must have at least 171 * First of the ATS information blocks (we must have at least
172 * one due to the 0-termination requirement). 172 * one due to the 0-termination requirement).
173 */ 173 */
174 struct GNUNET_TRANSPORT_ATS_Information ats; 174 struct GNUNET_ATS_Information ats;
175 175
176}; 176};
177 177
@@ -232,7 +232,7 @@ struct NotifyTrafficMessage
232 * First of the ATS information blocks (we must have at least 232 * First of the ATS information blocks (we must have at least
233 * one due to the 0-termination requirement). 233 * one due to the 0-termination requirement).
234 */ 234 */
235 struct GNUNET_TRANSPORT_ATS_Information ats; 235 struct GNUNET_ATS_Information ats;
236 236
237}; 237};
238 238