aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-24 16:15:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-24 16:15:02 +0000
commit0f4bee916929a41fd6cc516cd6276685d283d706 (patch)
tree351ee64a09deccd3bcfb994d9d84550ff2789e45 /src/transport/transport.h
parent227d261c1ff256be9dea7bf98e5e07f7875dcde0 (diff)
downloadgnunet-0f4bee916929a41fd6cc516cd6276685d283d706.tar.gz
gnunet-0f4bee916929a41fd6cc516cd6276685d283d706.zip
improving r17722
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