From b3738c2c9bfcb8e05e884df7d36f6b74f4f05bc8 Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Tue, 9 Oct 2018 09:00:16 -0400 Subject: [PATCH] memory: remove outdated TODOs Signed-off-by: Levente Kurusa --- src/memory.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/memory.rs b/src/memory.rs index 98365c3..dc64bbc 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -327,7 +327,6 @@ pub struct Memory { pub max_usage_in_bytes: u64, /// Whether moving charges at immigrate is allowed. pub move_charge_at_immigrate: u64, - // TODO: parse this /// Contains various statistics about the NUMA locality of the control group's tasks. /// /// The format of this field (as lifted from the kernel sources): @@ -344,7 +343,6 @@ pub struct Memory { /// Allows setting a limit to memory usage which is enforced when the system (note, _not_ the /// control group) detects memory pressure. pub soft_limit_in_bytes: u64, - // TODO: parse this /// Contains a wide array of statistics about the memory usage of the tasks in the control /// group. pub stat: MemoryStat,