aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
commitf1dc3e85bc6ff5633b88da121cde855c5874f986 (patch)
tree9a417ddfea3688eb8cf3d32c96465c83ebd05696 /src/transport/gnunet-service-transport_manipulation.c
parentb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (diff)
downloadgnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.tar.gz
gnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.zip
doxygen
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,