gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 03/03: Address compilation warnings.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/03: Address compilation warnings.
Date: Thu, 11 Apr 2019 00:25:45 +0200

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

marcello pushed a commit to branch master
in repository exchange.

commit 2025e1168576c0b29e1ea1cbd26287734a742f62
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 11 00:23:04 2019 +0200

    Address compilation warnings.
---
 src/bank-lib/taler-bank-transfer.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/taler-bank-transfer.c 
b/src/bank-lib/taler-bank-transfer.c
index d354dafd..8b503a41 100644
--- a/src/bank-lib/taler-bank-transfer.c
+++ b/src/bank-lib/taler-bank-transfer.c
@@ -115,13 +115,15 @@ do_shutdown (void *cls)
  *                    0 if the bank's reply is bogus (fails to follow the 
protocol)
  * @param ec detailed error code
  * @param serial_id unique ID of the wire transfer in the bank's records; 
UINT64_MAX on error
+ * @param timestamp timestamp when the transaction got settled at the bank.
  * @param json detailed response from the HTTPD, or NULL if reply was not in 
JSON
  */
 static void
 res_cb (void *cls,
         unsigned int http_status,
         enum TALER_ErrorCode ec,
-        uint64_t serial_id,
+        long long unsigned serial_id,
+        struct GNUNET_TIME_Absolute timestamp,
         const json_t *json)
 {
   op = NULL;

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



reply via email to

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