aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-08 00:01:01 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:02 +0100
commit0d9fb894a9b46d397ccac1d2d2b6fef1e6c34f1d (patch)
tree8041282499bb631976033e65070f49c72b8706d0 /src/statistics/gnunet-service-statistics.c
parent4d89255df689e89e1455fb665f138c5a5f16a418 (diff)
downloadgnunet-0d9fb894a9b46d397ccac1d2d2b6fef1e6c34f1d.tar.gz
gnunet-0d9fb894a9b46d397ccac1d2d2b6fef1e6c34f1d.zip
-DOC: Documentation cleanup pass through STATISTICS subsystem
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 31c367e91..37cf524d0 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -327,7 +327,7 @@ save ()
327/** 327/**
328 * Transmit the given stats value. 328 * Transmit the given stats value.
329 * 329 *
330 * @param client receiver of the value 330 * @param ce receiver of the value
331 * @param e value to transmit 331 * @param e value to transmit
332 */ 332 */
333static void 333static void
@@ -541,9 +541,9 @@ find_subsystem_entry (struct ClientEntry *ce, const char *service)
541/** 541/**
542 * Find the statistics entry of the given subsystem. 542 * Find the statistics entry of the given subsystem.
543 * 543 *
544 * @param subsystem subsystem to look in 544 * @param se subsystem to look in
545 * @param name name of the entry to look for 545 * @param name name of the entry to look for
546 * @return statistis entry, or NULL if not found 546 * @return statistics entry, or NULL if not found
547 */ 547 */
548static struct StatsEntry * 548static struct StatsEntry *
549find_stat_entry (struct SubsystemEntry *se, const char *name) 549find_stat_entry (struct SubsystemEntry *se, const char *name)
@@ -561,7 +561,7 @@ find_stat_entry (struct SubsystemEntry *se, const char *name)
561 * Check format of SET-message. 561 * Check format of SET-message.
562 * 562 *
563 * @param cls the `struct ClientEntry` 563 * @param cls the `struct ClientEntry`
564 * @param message the actual message 564 * @param msg the actual message
565 * @return #GNUNET_OK if message is well-formed 565 * @return #GNUNET_OK if message is well-formed
566 */ 566 */
567static int 567static int
@@ -589,7 +589,7 @@ check_set (void *cls, const struct GNUNET_STATISTICS_SetMessage *msg)
589 * Handle SET-message. 589 * Handle SET-message.
590 * 590 *
591 * @param cls the `struct ClientEntry` 591 * @param cls the `struct ClientEntry`
592 * @param message the actual message 592 * @param msg the actual message
593 */ 593 */
594static void 594static void
595handle_set (void *cls, const struct GNUNET_STATISTICS_SetMessage *msg) 595handle_set (void *cls, const struct GNUNET_STATISTICS_SetMessage *msg)