gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: Comments.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Comments.
Date: Tue, 28 Feb 2017 17:48:11 +0100

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new f67f913  Comments.
f67f913 is described below

commit f67f91368830e37b3d25ecdbae6dad7a110f393e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 28 17:48:12 2017 +0100

    Comments.
---
 src/backend/taler-merchant-httpd_history.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_history.c 
b/src/backend/taler-merchant-httpd_history.c
index 6d21d15..c82144b 100644
--- a/src/backend/taler-merchant-httpd_history.c
+++ b/src/backend/taler-merchant-httpd_history.c
@@ -26,6 +26,16 @@
 #include "taler-merchant-httpd_responses.h"
 
 /**
+ * Index to the first row to return in response to /history.
+ */
+unsigned int start;
+
+/**
+ * How many rows we are to return in response to /history.
+ */
+unsigned int delta;
+
+/**
  * Function called with information about a transaction.
  *
  * @param cls closure
@@ -83,8 +93,6 @@ MH_handler_history (struct TMH_RequestHandler *rh,
   struct GNUNET_TIME_Absolute date;
   json_t *response;
   unsigned int ret;
-  unsigned int start;
-  unsigned int delta;
   unsigned long long seconds;
   struct MerchantInstance *mi;
   

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



reply via email to

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