From: Ivana Hutarova Varekova Date: Mon, 16 Jul 2012 12:58:36 +0000 (+0200) Subject: update TODO lists X-Git-Tag: v0.41~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b128a8086d8468c47646c8c3564f0f1929a597e;p=thirdparty%2Flibcgroup.git update TODO lists remove done tasks from config.c and api.c TODO list Signed-off-by: Ivana Hutarova Varekova Acked-by: Jan Safranek --- 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.