gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 02/04: cmd exec compiles.


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 02/04: cmd exec compiles.
Date: Fri, 02 Mar 2018 15:17:22 +0100

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

marcello pushed a commit to branch master
in repository twister.

commit ad37b80b5adb963f3d25948b419e6cc24de1f353
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 2 14:38:29 2018 +0100

    cmd exec compiles.
---
 src/include/taler_twister_testing_lib.h   | 1 +
 src/twister/testing_api_cmd_exec_client.c | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/include/taler_twister_testing_lib.h 
b/src/include/taler_twister_testing_lib.h
index e64ac43..597dc3a 100644
--- a/src/include/taler_twister_testing_lib.h
+++ b/src/include/taler_twister_testing_lib.h
@@ -43,6 +43,7 @@
  */
 struct TALER_TESTING_Command
 TALER_TESTING_cmd_hack_response_code (const char *label,
+                                      const char *config_filename,
                                       unsigned int http_status);
 
 
diff --git a/src/twister/testing_api_cmd_exec_client.c 
b/src/twister/testing_api_cmd_exec_client.c
index 878895a..f127218 100644
--- a/src/twister/testing_api_cmd_exec_client.c
+++ b/src/twister/testing_api_cmd_exec_client.c
@@ -27,7 +27,7 @@
 
 #include "platform.h"
 #include <taler/taler_testing_lib.h>
-#include <taler/taler_twsiter_testing_lib.h>
+#include "taler_twister_testing_lib.h"
 
 struct HackResponseCodeState
 {
@@ -130,13 +130,14 @@ hack_response_code_run (void *cls,
  * the next connection that will be made to the twister.
  *
  * @param label command label
- * @param http_status new response code to use
  * @param config_filename configuration filename.
+ * @param http_status new response code to use
  *
  * @return the command
  */
 struct TALER_TESTING_Command
 TALER_TESTING_cmd_hack_response_code (const char *label,
+                                      const char *config_filename,
                                       unsigned int http_status)
 {
   struct HackResponseCodeState *hrcs;

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



reply via email to

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