summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-20 12:00:17 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-20 12:00:17 +0100
commitc798b58e8fc69bd605822b9c03e3af551cd8dd2a (patch)
treececcfd421db64f7935b0f99bd3f9bc28e8b266b2 /TODO.org
parent4b1861e787693113e759c44519dd4396ee3dc0cd (diff)
downloadlibumberlog-c798b58e8fc69bd605822b9c03e3af551cd8dd2a.tar.gz
libumberlog-c798b58e8fc69bd605822b9c03e3af551cd8dd2a.tar.xz
libumberlog-c798b58e8fc69bd605822b9c03e3af551cd8dd2a.zip
TODO update
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'TODO.org')
-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?