aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:41:38 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:33 +0100
commit1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09 (patch)
treea336382e5b6911dbd854c5942049db18d7a5b434 /src/transport/gnunet-service-transport_manipulation.c
parent7162905b6914f0e829028934f5917686f60ef0c6 (diff)
downloadgnunet-1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09.tar.gz
gnunet-1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09.zip
-DOC: Documentation cleanup pass through TRANSPORT ('missing argument' warnings)
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index 04d1774c0..9f39b2dca 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -168,7 +168,7 @@ static struct GNUNET_SCHEDULER_Task *generic_send_delay_task;
168/** 168/**
169 * Set traffic metric to manipulate 169 * Set traffic metric to manipulate
170 * 170 *
171 * @param message containing information 171 * @param tm message containing information
172 */ 172 */
173void 173void
174GST_manipulation_set_metric (const struct TrafficMetricMessage *tm) 174GST_manipulation_set_metric (const struct TrafficMetricMessage *tm)
@@ -349,7 +349,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
349 * 349 *
350 * @param address binary address 350 * @param address binary address
351 * @param session the session 351 * @param session the session
352 * @param prop[IN|OUT] metrics to modify 352 * @param[in,out] prop metrics to modify
353 */ 353 */
354void 354void
355GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address, 355GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address,