mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
runtime_config_linux.go: add missing pointer
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -127,7 +127,7 @@ type WeightDevice struct {
|
||||
type ThrottleDevice struct {
|
||||
blockIODevice
|
||||
// Rate is the IO rate limit per cgroup per device
|
||||
Rate uint64 `json:"rate"`
|
||||
Rate *uint64 `json:"rate,omitempty"`
|
||||
}
|
||||
|
||||
// BlockIO for Linux cgroup 'blkio' resource management
|
||||
|
||||
Reference in New Issue
Block a user