]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
update TODO lists
authorIvana Hutarova Varekova <varekova@redhat.com>
Mon, 16 Jul 2012 12:58:36 +0000 (14:58 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Mon, 16 Jul 2012 12:58:36 +0000 (14:58 +0200)
remove done tasks from config.c and api.c TODO list

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
src/api.c
src/config.c

index bd0b86f2890dc0217e7b24083ebfdd6a2f5a6156..147fc17fdde31e1d03627d762c7390b33944515c 100644 (file)
--- a/src/api.c
+++ b/src/api.c
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  *
  * TODOs:
- *     1. Convert comments to Docbook style.
- *     2. Add more APIs for the control groups.
- *     3. Handle the configuration related APIs.
- *     4. Error handling.
+ *     1. Add more APIs for the control groups.
+ *     2. Handle the configuration related APIs.
  *
  * Code initiated and designed by Dhaval Giani. All faults are most likely
  * his mistake.
index 451ce400c963f4596a96871c125b79a919caf9c4..fd25c9d1ede701433681838eb5c61e5eb4cc5a34 100644 (file)
@@ -14,9 +14,6 @@
  *
  * TODOs:
  *     1. Implement our own hashing scheme
- *     2. Add namespace support
- *     3. Add support for parsing cgroup filesystem and creating a
- *        config out of it.
  *
  * Code initiated and designed by Balbir Singh. All faults are most likely
  * his mistake.