diff options
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/boot/events.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/events.go b/runsc/boot/events.go index 832339cf4..595846b10 100644 --- a/runsc/boot/events.go +++ b/runsc/boot/events.go @@ -29,7 +29,6 @@ type Event struct { // Stats is the runc specific stats structure for stability when encoding and // decoding stats. -// TODO: Many fields aren't obtainable due to a lack of cgroups. type Stats struct { Memory Memory `json:"memory"` Pids Pids `json:"pids"` |