aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
commitf3ddecf43857f42021779f826a2973e6ca7c289e (patch)
treed9aabacff61ac6692559ba0066dc6e49f53938d7 /src/transport/plugin_transport_tcp.c
parent6b8400966a5e6c2194785b3a33f91b748cfa7b7b (diff)
downloadgnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.tar.gz
gnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.zip
changed return type to enum
added get_network to template
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 025554a26..18d033556 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -2386,8 +2386,8 @@ stop_session_timeout (struct Session *s)
2386 * @param session the session 2386 * @param session the session
2387 * @return the network type in HBO or GNUNET_SYSERR 2387 * @return the network type in HBO or GNUNET_SYSERR
2388 */ 2388 */
2389int tcp_get_network (void *cls, 2389static enum GNUNET_ATS_Network_Type
2390 void *session) 2390tcp_get_network (void *cls,void *session)
2391{ 2391{
2392 struct Session *s = (struct Session *) session; 2392 struct Session *s = (struct Session *) session;
2393 GNUNET_assert (NULL != session); 2393 GNUNET_assert (NULL != session);