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