aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-26 12:21:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-26 12:21:37 +0000
commite4cd44308b1130f02d6c4ed3116b2b26ffbff78a (patch)
tree48e783674b11e9fb85ecd3874b36c4acc3724d1f /src/transport/plugin_transport_tcp.c
parent160fe88a488513529401adf1fb541789a6da489f (diff)
downloadgnunet-e4cd44308b1130f02d6c4ed3116b2b26ffbff78a.tar.gz
gnunet-e4cd44308b1130f02d6c4ed3116b2b26ffbff78a.zip
- more new code
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 19bf8d304..625747585 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1305,7 +1305,8 @@ int session_it (void *cls,
1305 * @param addrlen length of addr 1305 * @param addrlen length of addr
1306 * @return the session if the address is valid, NULL otherwise 1306 * @return the session if the address is valid, NULL otherwise
1307 */ 1307 */
1308const const struct Session * tcp_plugin_create_session (void *cls, 1308static struct Session *
1309tcp_plugin_create_session (void *cls,
1309 const struct GNUNET_HELLO_Address *address) 1310 const struct GNUNET_HELLO_Address *address)
1310{ 1311{
1311 struct Plugin * plugin = cls; 1312 struct Plugin * plugin = cls;