summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2018-10-17 10:54:19 -0700
committerShentubot <shentubot@google.com>2018-10-17 10:55:34 -0700
commit8cbca46b6d99bcf0b2647ffa247b0963f872916b (patch)
treef0c3df47e887e3aaea82ad99fe6251b975927b23 /runsc
parent9b3550f70bf1612e2c474b3826b0347b21503401 (diff)
Remove incorrect TODO.
PiperOrigin-RevId: 217548429 Change-Id: Ie640c881fdc4fc70af58c8ca834df1ac531e519a
Diffstat (limited to 'runsc')
-rw-r--r--runsc/boot/events.go1
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"`