From a9c3515cb978d7696356e02924265c50487c6d5c Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 16 Sep 2011 11:32:50 -0400 Subject: [PATCH] Add TODO file Signed-off-by: David Goulet --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 000000000..976db4628 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +TODOS: +-------- + +* Add --socket option if no HOME found (sessiond) +* Use realloc() in ask_sessiond() (liblttngctl) +* Multiple level of debug, DBG1, DBG2, DBG3 with -vvv (sessiond) +* perror() --> PERROR() +* When add context EEXIST error should inform the client that already exist. +* Use lockfree hashtable for traceable-app, events list and channels list. -- 2.34.1