gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 23/90: -DOC: Comment stripping pass in SCALARPRODUCT service


From: gnunet
Subject: [gnunet] 23/90: -DOC: Comment stripping pass in SCALARPRODUCT service
Date: Tue, 18 Oct 2022 03:06:22 +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 376446dfddaa6a959500c08902dc276cd527bee6
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 20:19:46 2022 +0100

    -DOC: Comment stripping pass in SCALARPRODUCT service
---
 src/scalarproduct/scalarproduct_api.c | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/src/scalarproduct/scalarproduct_api.c 
b/src/scalarproduct/scalarproduct_api.c
index 44d6bd812..db8748f93 100644
--- a/src/scalarproduct/scalarproduct_api.c
+++ b/src/scalarproduct/scalarproduct_api.c
@@ -210,17 +210,6 @@ mq_error_handler (void *cls,
 }
 
 
-/**
- * Used by Bob's client to cooperate with Alice,
- *
- * @param cfg the gnunet configuration handle
- * @param key Session key unique to the requesting client
- * @param elements Array of elements of the vector
- * @param element_count Number of elements in the @a elements vector
- * @param cont Callback function
- * @param cont_cls Closure for @a cont
- * @return a new handle for this computation
- */
 struct GNUNET_SCALARPRODUCT_ComputationHandle *
 GNUNET_SCALARPRODUCT_accept_computation (
   const struct GNUNET_CONFIGURATION_Handle *cfg,
@@ -368,18 +357,6 @@ process_result_message (struct 
GNUNET_SCALARPRODUCT_ComputationHandle *h,
 }
 
 
-/**
- * Request by Alice's client for computing a scalar product
- *
- * @param cfg the gnunet configuration handle
- * @param session_key Session key should be unique to the requesting client
- * @param peer PeerID of the other peer
- * @param elements Array of elements of the vector
- * @param element_count Number of elements in the @a elements vector
- * @param cont Callback function
- * @param cont_cls Closure for @a cont
- * @return a new handle for this computation
- */
 struct GNUNET_SCALARPRODUCT_ComputationHandle *
 GNUNET_SCALARPRODUCT_start_computation (
   const struct GNUNET_CONFIGURATION_Handle *cfg,

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