aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
commitb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (patch)
tree0466458726c83b11512a5496facf72f9f6678eb5 /src/transport/gnunet-service-transport_manipulation.h
parent48495c7a66862eb5de8b32c64399b5a10a8aefe8 (diff)
downloadgnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.tar.gz
gnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.zip
doxygen
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 17a0a24f3..c8e8b27e9 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -54,9 +54,21 @@ GST_manipulation_recv (void *cls,
54 const char *sender_address, 54 const char *sender_address,
55 uint16_t sender_address_len); 55 uint16_t sender_address_len);
56 56
57/**
58 * Function that will be called to figure if an address is an loopback,
59 * LAN, WAN etc. address
60 *
61 * @param cls closure
62 * @param peer the peer
63 * @param address binary address
64 * @param address_len length of the address
65 * @param session the session
66 * @param ats the ats information
67 * @param ats_count the number of ats information
68 */
57void 69void
58GST_manipulation_metrics_recv (void *cls, 70GST_manipulation_metrics_recv (void *cls,
59 const struct GNUNET_PeerIdentity *peer, 71 struct GNUNET_PeerIdentity *peer,
60 const char *address, 72 const char *address,
61 uint16_t address_len, 73 uint16_t address_len,
62 struct Session *session, 74 struct Session *session,