aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
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