gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 81/90: -DOC: Documentation cleanup pass through STATISTICS subs


From: gnunet
Subject: [gnunet] 81/90: -DOC: Documentation cleanup pass through STATISTICS subsystem
Date: Tue, 18 Oct 2022 03:07:20 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 0d9fb894a9b46d397ccac1d2d2b6fef1e6c34f1d
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Thu Sep 8 00:01:01 2022 +0100

    -DOC: Documentation cleanup pass through STATISTICS subsystem
---
 src/statistics/gnunet-service-statistics.c | 10 +++++-----
 src/statistics/statistics_api.c            |  4 ++--
 2 files changed, 7 insertions(+), 7 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 ()
 /**
  * Transmit the given stats value.
  *
- * @param client receiver of the value
+ * @param ce receiver of the value
  * @param e value to transmit
  */
 static void
@@ -541,9 +541,9 @@ find_subsystem_entry (struct ClientEntry *ce, const char 
*service)
 /**
  * Find the statistics entry of the given subsystem.
  *
- * @param subsystem subsystem to look in
+ * @param se subsystem to look in
  * @param name name of the entry to look for
- * @return statistis entry, or NULL if not found
+ * @return statistics entry, or NULL if not found
  */
 static struct StatsEntry *
 find_stat_entry (struct SubsystemEntry *se, const char *name)
@@ -561,7 +561,7 @@ find_stat_entry (struct SubsystemEntry *se, const char 
*name)
  * Check format of SET-message.
  *
  * @param cls the `struct ClientEntry`
- * @param message the actual message
+ * @param msg the actual message
  * @return #GNUNET_OK if message is well-formed
  */
 static int
@@ -589,7 +589,7 @@ check_set (void *cls, const struct 
GNUNET_STATISTICS_SetMessage *msg)
  * Handle SET-message.
  *
  * @param cls the `struct ClientEntry`
- * @param message the actual message
+ * @param msg the actual message
  */
 static void
 handle_set (void *cls, const struct GNUNET_STATISTICS_SetMessage *msg)
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index 4d69ca63d..88f127da8 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -446,7 +446,7 @@ check_statistics_value (void *cls,
  * Process a #GNUNET_MESSAGE_TYPE_STATISTICS_VALUE message.
  *
  * @param cls statistics handle
- * @param msg message received from the service, never NULL
+ * @param smsg message received from the service, never NULL
  * @return #GNUNET_OK if the message was well-formed
  */
 static void
@@ -492,7 +492,7 @@ handle_statistics_value (void *cls,
  * We have received a watch value from the service.  Process it.
  *
  * @param cls statistics handle
- * @param msg the watch value message
+ * @param wvm the watch value message
  */
 static void
 handle_statistics_watch_value (void *cls,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]