aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.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.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.c')
-rw-r--r--src/transport/gnunet-service-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 463bcc628..93790e293 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -2120,7 +2120,7 @@ free_blacklist_entry (void *cls,
2120 * Set traffic metric to manipulate 2120 * Set traffic metric to manipulate
2121 * 2121 *
2122 * @param cls closure 2122 * @param cls closure
2123 * @param message containing information 2123 * @param tm message containing information
2124 */ 2124 */
2125static void 2125static void
2126handle_client_set_metric (void *cls, const struct TrafficMetricMessage *tm) 2126handle_client_set_metric (void *cls, const struct TrafficMetricMessage *tm)