gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Fix references to GNUnet and MHD


From: gnunet
Subject: [taler-merchant] branch master updated: Fix references to GNUnet and MHD.
Date: Tue, 20 Oct 2020 17:41:29 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 47269a5  Fix references to GNUnet and MHD.
47269a5 is described below

commit 47269a5c4478c0108359363e24af4b98dc674403
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 17:41:12 2020 +0200

    Fix references to GNUnet and MHD.
---
 contrib/gnunet.tag                         | 17 +++++++++++++++++
 contrib/microhttpd.tag                     | 12 ++++++++++++
 src/backenddb/plugin_merchantdb_postgres.c |  4 ++--
 src/include/taler_merchantdb_plugin.h      |  4 ++--
 4 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/contrib/gnunet.tag b/contrib/gnunet.tag
index 73a1326..6c47d09 100644
--- a/contrib/gnunet.tag
+++ b/contrib/gnunet.tag
@@ -1,5 +1,16 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
 <tagfile>
+  <compound kind="file">
+    <name>gnunet_time_lib.h</name>
+    <path></path>
+    <filename>gnunet_time_lib.h</filename>
+    <member kind="define">
+      <type>#define</type>
+      <name>GNUNET_TIME_UNIT_ZERO_ABS</name>
+      <anchorfile>gnunet_time_lib.h</anchorfile>
+      <arglist></arglist>
+    </member>
+  </compound>
   <compound kind="file">
     <name>gnunet_util_lib.h</name>
     <path></path>
@@ -87,6 +98,12 @@
     <name>gnunet_db_lib.h</name>
     <path></path>
     <filename>gnunet_db_lib.h</filename>
+    <member kind="define">
+      <type>#define</type>
+      <name>GNUNET_DB_STATUS_HARD_ERROR</name>
+      <anchorfile>gnunet_db_lib.h</anchorfile>
+      <arglist></arglist>
+    </member>
     <member kind="define">
       <type>#define</type>
       <name>GNUNET_DB_STATUS_SUCCESS_ONE_RESULT</name>
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index f07556e..d09317f 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -44,6 +44,18 @@
       <anchorfile>microhttpd.h</anchorfile>
       <arglist></arglist>
     </member>
+    <member kind="define">
+      <type>#define</type>
+      <name>MHD_HTTP_FAILED_DEPENDENCY</name>
+      <anchorfile>microhttpd.h</anchorfile>
+      <arglist></arglist>
+    </member>
+    <member kind="define">
+      <type>#define</type>
+      <name>MHD_HTTP_SERVICE_UNAVAILABLE</name>
+      <anchorfile>microhttpd.h</anchorfile>
+      <arglist></arglist>
+    </member>
     <member kind="define">
       <type>#define</type>
       <name>MHD_HTTP_NOT_FOUND</name>
diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 74c7648..3a336d1 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -991,7 +991,7 @@ postgres_insert_product (void *cls,
  *             exceed total_stock minus the existing total_sold;
  *             total_sold and total_stock must be larger or equal to
  *             the existing value;
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
  *         non-decreasing constraints are not met *or* if the product
  *         does not yet exist.
  */
@@ -1036,7 +1036,7 @@ postgres_update_product (void *cls,
  * @param uuid the UUID that holds the lock
  * @param quantity how many units should be locked
  * @param expiration_time when should the lock expire
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
  *         product is unknown OR if there insufficient stocks remaining
  */
 static enum GNUNET_DB_QueryStatus
diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 79a9b98..ded914d 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -906,7 +906,7 @@ struct TALER_MERCHANTDB_Plugin
    *             exceed total_stock minus the existing total_sold;
    *             total_sold and total_stock must be larger or equal to
    *             the existing value;
-   * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+   * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
    *         non-decreasing constraints are not met *or* if the product
    *         does not yet exist.
    */
@@ -926,7 +926,7 @@ struct TALER_MERCHANTDB_Plugin
    * @param uuid the UUID that holds the lock
    * @param quantity how many units should be locked
    * @param expiration_time when should the lock expire
-   * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+   * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
    *         product is unknown OR if there insufficient stocks remaining
    */
   enum GNUNET_DB_QueryStatus

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