aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
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,