Skip to content

Commit 59efbb3

Browse files
committed
Add Latency to IO struct
Signed-off-by: xeway <[email protected]>
1 parent fa6f684 commit 59efbb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cgroup2/io.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ func (e Entry) String() string {
4343
}
4444

4545
type IO struct {
46-
BFQ BFQ
47-
Max []Entry
46+
BFQ BFQ
47+
Max []Entry
48+
Latency []Entry
4849
}
4950

5051
func (i *IO) Values() (o []Value) {

0 commit comments

Comments
 (0)