gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix missing comments


From: gnunet
Subject: [taler-exchange] branch master updated: -fix missing comments
Date: Fri, 31 Mar 2023 14:04:11 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e99450e2 -fix missing comments
e99450e2 is described below

commit e99450e2e2c28e6ae8c68b40e3f99d4a1ff3e63e
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Mar 31 14:04:04 2023 +0200

    -fix missing comments
---
 src/exchangedb/pg_batch_ensure_coin_known.h | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/exchangedb/pg_batch_ensure_coin_known.h 
b/src/exchangedb/pg_batch_ensure_coin_known.h
index a80f9d88..2c53676d 100644
--- a/src/exchangedb/pg_batch_ensure_coin_known.h
+++ b/src/exchangedb/pg_batch_ensure_coin_known.h
@@ -1,6 +1,6 @@
 /*
    This file is part of TALER
-   Copyright (C) 2022 Taler Systems SA
+   Copyright (C) 2022, 2023 Taler Systems SA
 
    TALER is free software; you can redistribute it and/or modify it under the
    terms of the GNU General Public License as published by the Free Software
@@ -26,6 +26,16 @@
 #include "taler_exchangedb_plugin.h"
 
 
+/**
+ * Make sure the array of given @a coin is known to the database.
+ *
+ * @param cls database connection plugin state
+ * @param coin array of coins that must be made known
+ * @param[out] result array where to store information about each coin
+ * @param coin_length length of the @a coin and @a result arraysf
+ * @param batch_size desired (maximum) batch size
+ * @return database transaction status, non-negative on success
+ */
 enum GNUNET_DB_QueryStatus
 TEH_PG_batch_ensure_coin_known (
   void *cls,

-- 
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]