gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch stable updated: fix compiler warnin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch stable updated: fix compiler warnings
Date: Fri, 19 Apr 2019 20:02:51 +0200

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

marcello pushed a commit to branch stable
in repository merchant.

The following commit(s) were added to refs/heads/stable by this push:
     new 13d7394  fix compiler warnings
13d7394 is described below

commit 13d7394d24a14b3b26532441aba65a1ce193f414
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 20:02:45 2019 +0200

    fix compiler warnings
---
 src/lib/test_merchant_api.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 1d4ebeb..cf868e4 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1181,20 +1181,26 @@ next_command (struct InterpreterState *is)
 
 
 /**
- * Function called upon completion of our /admin/add/incoming request.
+ * Function called upon completion of our /admin/add/incoming
+ * request.
  *
  * @param cls closure with the interpreter state
- * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful 
status request
- *                    0 if the exchange's reply is bogus (fails to follow the 
protocol)
+ * @param http_status HTTP response code, #MHD_HTTP_OK (200) for
+ *        successful status request 0 if the exchange's reply is
+ *        bogus (fails to follow the protocol)
  * @param ec taler-specific error code, #TALER_EC_NONE on success
  * @param serial_id unique ID of the wire transfer
- * @param full_response full response from the exchange (for logging, in case 
of errors)
+ * @param timestamp snapshot of the time where the tranfer was
+ *        made effective at the bank
+ * @param full_response full response from the exchange (for
+ *        logging, in case of errors)
  */
 static void
 add_incoming_cb (void *cls,
                  unsigned int http_status,
                 enum TALER_ErrorCode ec,
                  long long unsigned int serial_id,
+                 struct GNUNET_TIME_Absolute timestamp,
                  const json_t *full_response)
 {
   struct InterpreterState *is = cls;

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



reply via email to

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