aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-21 14:09:01 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-21 14:09:01 +0000
commit870241ba37a9180fd334a6843ee37ec76a23aa9c (patch)
tree4c4cbff1ba3195889d422712003b84a14634e468 /src/transport
parentdde1146c6025a773c00ea3e9e248e164eafe5855 (diff)
downloadgnunet-870241ba37a9180fd334a6843ee37ec76a23aa9c.tar.gz
gnunet-870241ba37a9180fd334a6843ee37ec76a23aa9c.zip
comment
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_tcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 53e47ff11..aef5d0b39 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -56,6 +56,9 @@
56 */ 56 */
57struct WelcomeMessage 57struct WelcomeMessage
58{ 58{
59 /**
60 * Type is GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME.
61 */
59 struct GNUNET_MessageHeader header; 62 struct GNUNET_MessageHeader header;
60 63
61 /** 64 /**