From 8b128a8086d8468c47646c8c3564f0f1929a597e Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Mon, 16 Jul 2012 14:58:36 +0200 Subject: [PATCH] update TODO lists remove done tasks from config.c and api.c TODO list Signed-off-by: Ivana Hutarova Varekova Acked-by: Jan Safranek --- src/api.c | 6 ++---- src/config.c | 3 --- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/api.c b/src/api.c index bd0b86f2..147fc17f 100644 --- a/src/api.c +++ b/src/api.c @@ -13,10 +13,8 @@ * 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. diff --git a/src/config.c b/src/config.c index 451ce400..fd25c9d1 100644 --- a/src/config.c +++ b/src/config.c @@ -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. -- 2.47.2