From: David Goulet Date: Fri, 16 Sep 2011 15:32:50 +0000 (-0400) Subject: Add TODO file X-Git-Tag: v2.0-pre13~2 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a9c3515cb978d7696356e02924265c50487c6d5c Add TODO file Signed-off-by: David Goulet --- 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.