aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 21:39:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 21:39:14 +0000
commit1b261801ffa1b42c1482c75400772d586b39e5ce (patch)
treecd5dbdfe3c8b4edd7e4f6b7f7d88bd87e8d423d2 /src/include/gnunet_transport_plugin.h
parent401a840149e7981a3ebda5723d65a5b2c11b8d4d (diff)
downloadgnunet-1b261801ffa1b42c1482c75400772d586b39e5ce.tar.gz
gnunet-1b261801ffa1b42c1482c75400772d586b39e5ce.zip
-session header is now dead
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 0139ca2b0..735b3354f 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -54,14 +54,6 @@
54 */ 54 */
55struct Session; 55struct Session;
56 56
57/**
58 * Every `struct Session` must begin with this header.
59 */
60struct SessionHeader
61{
62 /* empty, for now */
63};
64
65 57
66/** 58/**
67 * Function that will be called whenever the plugin internally 59 * Function that will be called whenever the plugin internally
@@ -81,6 +73,7 @@ typedef void
81 const struct GNUNET_HELLO_Address *address, 73 const struct GNUNET_HELLO_Address *address,
82 struct Session *session); 74 struct Session *session);
83 75
76
84/** 77/**
85 * Plugin tells transport service about a new inbound session 78 * Plugin tells transport service about a new inbound session
86 * 79 *