aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index 831d8fd5d..e6a8f5580 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -351,9 +351,12 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target, const void *msg
351 * LAN, WAN etc. address 351 * LAN, WAN etc. address
352 * 352 *
353 * @param cls closure 353 * @param cls closure
354 * @param addr binary address 354 * @param peer the peer
355 * @param addrlen length of the address 355 * @param address binary address
356 * @return ATS Information containing the network type 356 * @param address_len length of the address
357 * @param session the session
358 * @param ats the ats information
359 * @param ats_count the number of ats information
357 */ 360 */
358void 361void
359GST_manipulation_metrics_recv (void *cls, 362GST_manipulation_metrics_recv (void *cls,