summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 2a81e10..cb06fc3 100644
--- a/TODO.org
+++ b/TODO.org
@@ -10,7 +10,9 @@ CLOSED: [2012-03-20 Tue 11:47]
Cached by default, should be able to turn of caching with the global
LOG_CEE_NOCACHE flag, and also with LOG_CEE_NOCACHE_UID flag.
*** TODO Thread-id discovery
-Not cached by default, but can be turned on with LOG_CEE_CACHE_TID.
+Not cached by default, but can be turned on with
+LOG_CEE_CACHE_TID. This is linux-specific, and glibc does not provide
+a wrapper, so this also needs some configure-time discovery.
*** TODO Timestamp in the payload
Not enabled by default, can be toggled on with LOG_CEE_TIMESTAMP.
**** What precision do we want?