aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-19 19:37:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-19 19:37:03 +0000
commit368629854cbdcdd5ee8c40f3f27e4e77f8e60e90 (patch)
tree82a769caca46986f16b28ce1ee4b147ca12da304 /src/core/core.h
parent879fe24200b5e0e451dbc4f8fa76cf240d0b7eec (diff)
downloadgnunet-368629854cbdcdd5ee8c40f3f27e4e77f8e60e90.tar.gz
gnunet-368629854cbdcdd5ee8c40f3f27e4e77f8e60e90.zip
-remove ATS 0-termination in NotifyTrafficMessage (#2275)
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 9b342c3eb..53c828037 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -222,12 +222,11 @@ struct NotifyTrafficMessage
222 */ 222 */
223 struct GNUNET_PeerIdentity peer; 223 struct GNUNET_PeerIdentity peer;
224 224
225 /** 225 /* Followed by ATS information blocks:
226 * First of the ATS information blocks (we must have at least 226 * struct GNUNET_ATS_Information ats[ats_count]
227 * one due to the 0-termination requirement).
228 */ 227 */
229 struct GNUNET_ATS_Information ats;
230 228
229 /* Followed by payload (message or just header), variable size */
231}; 230};
232 231
233 232