aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:31:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:31:13 +0000
commit2d31c529e63e8a76d05fe5733b02802b101af9e1 (patch)
treecf2ebe4eacf4c72dea84c1986d5bc645eb5b692d /src/core/core.h
parentca2c35b387a67eed4d5242a0da9533be26ed0bb2 (diff)
downloadgnunet-2d31c529e63e8a76d05fe5733b02802b101af9e1.tar.gz
gnunet-2d31c529e63e8a76d05fe5733b02802b101af9e1.zip
ats related changes in core
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 9b1802fbc..d518a9308 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -111,11 +111,6 @@ struct ConnectNotifyMessage
111 struct GNUNET_MessageHeader header; 111 struct GNUNET_MessageHeader header;
112 112
113 /** 113 /**
114 * Number of ATS key-value pairs that follow this struct
115 */
116 uint32_t ats_count GNUNET_PACKED;
117
118 /**
119 * Identity of the connecting peer. 114 * Identity of the connecting peer.
120 */ 115 */
121 struct GNUNET_PeerIdentity peer; 116 struct GNUNET_PeerIdentity peer;
@@ -211,20 +206,10 @@ struct NotifyTrafficMessage
211 struct GNUNET_MessageHeader header; 206 struct GNUNET_MessageHeader header;
212 207
213 /** 208 /**
214 * Number of ATS key-value pairs that follow this struct
215 * (excluding the 0-terminator).
216 */
217 uint32_t ats_count GNUNET_PACKED;
218
219 /**
220 * Identity of the receiver or sender. 209 * Identity of the receiver or sender.
221 */ 210 */
222 struct GNUNET_PeerIdentity peer; 211 struct GNUNET_PeerIdentity peer;
223 212
224 /* Followed by ATS information blocks:
225 * struct GNUNET_ATS_Information ats[ats_count]
226 */
227
228 /* Followed by payload (message or just header), variable size */ 213 /* Followed by payload (message or just header), variable size */
229}; 214};
230 215