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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index f3c4329a9..5bc4bad2b 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -110,12 +110,6 @@ struct ConnectInfoMessage
110 * Identity of the new neighbour. 110 * Identity of the new neighbour.
111 */ 111 */
112 struct GNUNET_PeerIdentity id; 112 struct GNUNET_PeerIdentity id;
113
114 /**
115 * First of the ATS information blocks (we must have at least
116 * one due to the 0-termination requirement).
117 */
118 struct GNUNET_ATS_Information ats;
119}; 113};
120 114
121 115
@@ -216,11 +210,6 @@ struct InboundMessage
216 */ 210 */
217 struct GNUNET_PeerIdentity peer; 211 struct GNUNET_PeerIdentity peer;
218 212
219 /**
220 * First of the ATS information blocks (we must have at least
221 * one due to the 0-termination requirement).
222 */
223 struct GNUNET_ATS_Information ats;
224}; 213};
225 214
226 215