gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 04/07: Commenting the "signal" CMD.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 04/07: Commenting the "signal" CMD.
Date: Mon, 28 May 2018 15:44:13 +0200

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

marcello pushed a commit to branch master
in repository exchange.

commit 26be8717c53dcc1f06214d8226df3d5249e7250b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 28 13:38:20 2018 +0200

    Commenting the "signal" CMD.
---
 src/exchange-lib/testing_api_cmd_signal.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/src/exchange-lib/testing_api_cmd_signal.c 
b/src/exchange-lib/testing_api_cmd_signal.c
index cf07f05..b9487cd 100644
--- a/src/exchange-lib/testing_api_cmd_signal.c
+++ b/src/exchange-lib/testing_api_cmd_signal.c
@@ -27,6 +27,10 @@
 #include "exchange_api_handle.h"
 #include "taler_testing_lib.h"
 
+
+/**
+ * State for a "signal" CMD.
+ */
 struct SignalState
 {
   /**
@@ -38,15 +42,13 @@ struct SignalState
    * The signal to send to the process.
    */
   int signal;
-
 };
 
-
 /**
  * Run the command.
  *
- * @param cls closure, typically a #struct SignalState.
- * @param cmd the command to execute, a /wire one.
+ * @param cls closure.
+ * @param cmd the command to execute.
  * @param is the interpreter state.
  */
 static void
@@ -67,9 +69,9 @@ signal_run (void *cls,
 
 
 /**
- * Cleanup the state.
+ * Cleanup the state from a "signal" CMD.
  *
- * @param cls closure, typically a #struct SignalState.
+ * @param cls closure.
  * @param cmd the command which is being cleaned up.
  */
 static void
@@ -83,10 +85,11 @@ signal_cleanup (void *cls,
 
 
 /**
- * Send a signal to a process.
+ * Create a "signal" CMD.
  *
- * @param process handle to the process
- * @param signal signal to send
+ * @param label command label.
+ * @param process handle to the process to signal.
+ * @param signal signal to send.
  *
  * @return the command.
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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