gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 62/90: -DOC: Documentation cleanup pass through UTIL SERVICE li


From: gnunet
Subject: [gnunet] 62/90: -DOC: Documentation cleanup pass through UTIL SERVICE library
Date: Tue, 18 Oct 2022 03:07:01 +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 a35b078783a7e263f1b6dffe0da916f7339eab97
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:43:12 2022 +0100

    -DOC: Documentation cleanup pass through UTIL SERVICE library
---
 src/include/gnunet_service_lib.h | 4 ++--
 src/util/service.c               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index b7305a096..8c8591af0 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -282,8 +282,8 @@ GNUNET_SERVICE_run_ (int argc,
  * #GNUNET_SERVICE_client_drop().
  *
  * @param service_name name of the service to run
- * @param options options controlling shutdown of the service
- * @param service_init_cb function to call once the service is ready
+ * @param service_options options controlling shutdown of the service
+ * @param init_cb function to call once the service is ready
  * @param connect_cb function to call whenever a client connects
  * @param disconnect_cb function to call whenever a client disconnects
  * @param cls closure argument for @a service_init_cb, @a connect_cb and @a 
disconnect_cb
diff --git a/src/util/service.c b/src/util/service.c
index c48060437..27183981e 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -743,7 +743,7 @@ service_client_recv (void *cls)
  * setup the client (with the scheduler) and tell the application.
  *
  * @param sh service that accepted the client
- * @param sock socket associated with the client
+ * @param csock socket associated with the client
  */
 static void
 start_client (struct GNUNET_SERVICE_Handle *sh,

-- 
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]