aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 21:59:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 21:59:27 +0000
commitf44c0036572d5557d2496748a4190a61e40e61ff (patch)
treebceb908e8542883ed246f96b4c619c0c49a06782 /src/core/core.h
parent9d87d51965287d83ee332b8c50baff95bd62649a (diff)
downloadgnunet-f44c0036572d5557d2496748a4190a61e40e61ff.tar.gz
gnunet-f44c0036572d5557d2496748a4190a61e40e61ff.zip
replacing 0-terminated atsi-array with array+length in core API (and the core-connect IPC)
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 71969c3e0..b76528a8e 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -119,12 +119,6 @@ struct ConnectNotifyMessage
119 */ 119 */
120 struct GNUNET_PeerIdentity peer; 120 struct GNUNET_PeerIdentity peer;
121 121
122 /**
123 * First of the ATS information blocks (we must have at least
124 * one due to the 0-termination requirement).
125 */
126 struct GNUNET_ATS_Information ats;
127
128}; 122};
129 123
130 124