aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.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_unix.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_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 6efb423fb..cf9396dc5 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -733,8 +733,8 @@ session_timeout (void *cls,
733 * @param session the session 733 * @param session the session
734 * @return the network type in HBO or GNUNET_SYSERR 734 * @return the network type in HBO or GNUNET_SYSERR
735 */ 735 */
736int unix_get_network (void *cls, 736static enum GNUNET_ATS_Network_Type
737 void *session) 737unix_get_network (void *cls, void *session)
738{ 738{
739 GNUNET_assert (NULL != session); 739 GNUNET_assert (NULL != session);
740 return GNUNET_ATS_NET_LOOPBACK; 740 return GNUNET_ATS_NET_LOOPBACK;