aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index e895c3445..fc2316705 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
*/