Skip to content

Commit

Permalink
Add Latency to IO struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeway committed Apr 17, 2024
1 parent fa6f684 commit 8b44e0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cgroup2/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ func (e Entry) String() string {
}

type IO struct {
BFQ BFQ
Max []Entry
BFQ BFQ
Max []Entry
Latency []Entry
}

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

0 comments on commit 8b44e0a

Please sign in to comment.