gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: note on limitations


From: gnunet
Subject: [taler-exchange] branch master updated: note on limitations
Date: Tue, 23 Jan 2024 18:49:41 +0100

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 852532d1 note on limitations
852532d1 is described below

commit 852532d1d9241e553b3aa4eb54dd1a28de3c8609
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 23 18:49:38 2024 +0100

    note on limitations
---
 src/include/taler_auditor_service.h  | 2 ++
 src/include/taler_exchange_service.h | 2 ++
 src/include/taler_testing_lib.h      | 2 ++
 src/include/taler_util.h             | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/src/include/taler_auditor_service.h 
b/src/include/taler_auditor_service.h
index 75c3d0e2..0d4a9288 100644
--- a/src/include/taler_auditor_service.h
+++ b/src/include/taler_auditor_service.h
@@ -16,6 +16,8 @@
 /**
  * @file include/taler_auditor_service.h
  * @brief C interface of libtalerauditor, a C library to use auditor's HTTP API
+ *        This library is not thread-safe, all APIs must only be used from a 
single thread.
+ *        This library calls abort() if it runs out of memory. Be aware of 
these limitations.
  * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  * @author Christian Grothoff
  */
diff --git a/src/include/taler_exchange_service.h 
b/src/include/taler_exchange_service.h
index bee3e021..465c54ae 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -16,6 +16,8 @@
 /**
  * @file include/taler_exchange_service.h
  * @brief C interface of libtalerexchange, a C library to use exchange's HTTP 
API
+ *        This library is not thread-safe, all APIs must only be used from a 
single thread.
+ *        This library calls abort() if it runs out of memory. Be aware of 
these limitations.
  * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  * @author Christian Grothoff
  * @author Özgür Kesim
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 43923fea..f07d9be2 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -20,6 +20,8 @@
 /**
  * @file include/taler_testing_lib.h
  * @brief API for writing an interpreter to test Taler components
+ *        This library is not thread-safe, all APIs must only be used from a 
single thread.
+ *        This library calls abort() if it runs out of memory. Be aware of 
these limitations.
  * @author Christian Grothoff <christian@grothoff.org>
  * @author Marcello Stanisci
  */
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index e895c344..fc231670 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -16,6 +16,8 @@
 /**
  * @file include/taler_util.h
  * @brief Interface for common utility functions
+ *        This library is not thread-safe, all APIs must only be used from a 
single thread.
+ *        This library calls abort() if it runs out of memory. Be aware of 
these limitations.
  * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  * @author Christian Grothoff
  */

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