aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-25 12:57:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-25 12:57:38 +0000
commit4f56b105659c204874c7a8506d5d8dabaddf5963 (patch)
tree51b2dd6b08ce3fe107611d9704aaee0801682b12 /src/transport/plugin_transport_tcp.c
parentdef2a4de4924055d7cbbfd876896631ca166892b (diff)
downloadgnunet-4f56b105659c204874c7a8506d5d8dabaddf5963.tar.gz
gnunet-4f56b105659c204874c7a8506d5d8dabaddf5963.zip
new transport address validation code -- see Mantis 1556
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index dec803885..bb720124c 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -205,6 +205,11 @@ struct Session
205{ 205{
206 206
207 /** 207 /**
208 * API requirement.
209 */
210 struct SessionHeader header;
211
212 /**
208 * Stored in a linked list. 213 * Stored in a linked list.
209 */ 214 */
210 struct Session *next; 215 struct Session *next;