Update README and TODO
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 3 Nov 2011 15:00:50 +0000 (11:00 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 3 Nov 2011 15:00:50 +0000 (11:00 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
README
TODO

diff --git a/README b/README
index dc7281562858840f0b52f217f256a0c238ec2eee..04d8408896ebef9a5826b20328bbf9ba47d19bab 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ REQUIREMENTS:
     - liburcu
       Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
 
-      -> Tested with liburcu >= v0.5.4
+      -> Tested with liburcu >= v0.6.5
 
       * Debian/Ubuntu package: liburcu-dev
       * Git : git://lttng.org/userspace-rcu.git
@@ -49,7 +49,7 @@ PACKAGE CONTENTS:
     - liblttngctl
       The LTTng tracing control library.
 
-    - liblttsessiondcomm
+    - liblttng-sessiond-comm
       The ltt-sessiond communication library. In order to talk with ltt-sessiond,
       this library must be used.
 
diff --git a/TODO b/TODO
index 976db46288f004456102dc696838958e73500ecc..18484106a10deed9014ebafd02a663c03213dac7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,7 +3,7 @@ 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.
+* perror() --> PERROR() (everywhere in the code)
+* Use lockfree hashtable for tracing session list (session.h/.c)
+* Complete lttng ust 2.0 support (all features) (in progress David G. et Mathieu D. - 03/11/2011)
+* Add a command to "lttng" to consume data when the tracer is in flightrecorder mode
This page took 0.025821 seconds and 4 git commands to generate.