gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix doxygen


From: gnunet
Subject: [taler-merchant] branch master updated: -fix doxygen
Date: Mon, 23 Jan 2023 18:21:44 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 05c62ed0 -fix doxygen
05c62ed0 is described below

commit 05c62ed01370c09f784bbd37ec33d4ff0517ef35
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 23 18:21:41 2023 +0100

    -fix doxygen
---
 src/backenddb/plugin_merchantdb_postgres.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index bf9faea0..3d31b5c2 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7797,14 +7797,15 @@ postgres_lookup_all_webhooks (void *cls,
  *
  * @param cls closure
  * @param webhook_serial webhook that need to be update
- * @param next_attempt when we should make the next request to the webhook
+ * @param pwb details about the next pending webhook
  * @return database result code
  */
 static enum GNUNET_DB_QueryStatus
-postgres_update_pending_webhook(void *cls,
-                                uint64_t webhook_serial,
-                                const struct 
TALER_MERCHANTDB_PendingWebhookDetails *pwb)
-  // maybe add: http status of failure?
+postgres_update_pending_webhook (void *cls,
+                                 uint64_t webhook_serial,
+                                 const struct
+                                 TALER_MERCHANTDB_PendingWebhookDetails *pwb)
+// maybe add: http status of failure?
 {
   struct PostgresClosure *pg = cls;
   struct GNUNET_PQ_QueryParam params[] = {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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