aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-27 08:30:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-27 08:30:10 +0000
commit90c0277126a2908ad9f169d599b38df7e4fc1218 (patch)
treeec2a0fe6bb6b7662a2082307111c8aa8d66b5c87 /src/transport/gnunet-service-transport_manipulation.h
parentf7d297d8be140f6507001a509e69bf15d2ea727a (diff)
downloadgnunet-90c0277126a2908ad9f169d599b38df7e4fc1218.tar.gz
gnunet-90c0277126a2908ad9f169d599b38df7e4fc1218.zip
fix
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 0f8c1156e..e9bfeddb6 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -55,13 +55,11 @@ GST_manipulation_recv (void *cls,
55 uint16_t sender_address_len); 55 uint16_t sender_address_len);
56 56
57/** 57/**
58 * Function that will be called to figure if an address is an loopback, 58 * Function that will be called to manipulate ATS information according to
59 * LAN, WAN etc. address 59 * current manipulation settings
60 * 60 *
61 * @param cls closure
62 * @param peer the peer 61 * @param peer the peer
63 * @param address binary address 62 * @param address binary address
64 * @param address_len length of the address
65 * @param session the session 63 * @param session the session
66 * @param ats the ats information 64 * @param ats the ats information
67 * @param ats_count the number of ats information 65 * @param ats_count the number of ats information