summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-23 18:49:44 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-23 18:49:49 +0100
commitd004d4a89e0f6799d08d6a6b33c558b5a9eb480e (patch)
tree6496995774eb03ad16b549f7ad71d76401471ed2
parent04284778ff41ef66798a2aca9c6dfe7cc8e5728a (diff)
downloadmerchant-d004d4a89e0f6799d08d6a6b33c558b5a9eb480e.tar.gz
merchant-d004d4a89e0f6799d08d6a6b33c558b5a9eb480e.tar.bz2
merchant-d004d4a89e0f6799d08d6a6b33c558b5a9eb480e.zip
note on limitations
-rw-r--r--src/include/taler_merchant_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 1de69e27..b4dda615 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -16,6 +16,8 @@
/**
* @file taler_merchant_service.h
* @brief C interface of libtalermerchant, a C library to use merchant'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 Christian Grothoff
* @author Marcello Stanisci
* @author Priscilla HUANG