mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Adding GetCPUUsage for multi-container mode
PiperOrigin-RevId: 542954812
This commit is contained in:
committed by
gVisor bot
parent
3591d91386
commit
58b31e0363
@@ -667,7 +667,7 @@ type CreateProcessArgs struct {
|
||||
// This is checked if and only if Filename is "".
|
||||
File *vfs.FileDescription
|
||||
|
||||
// Argvv is a list of arguments.
|
||||
// Argv is a list of arguments.
|
||||
Argv []string
|
||||
|
||||
// Envv is a list of environment variables.
|
||||
@@ -688,7 +688,7 @@ type CreateProcessArgs struct {
|
||||
// Umask is the initial umask.
|
||||
Umask uint
|
||||
|
||||
// Limits is the initial resource limits.
|
||||
// Limits are the initial resource limits.
|
||||
Limits *limits.LimitSet
|
||||
|
||||
// MaxSymlinkTraversals is the maximum number of symlinks to follow
|
||||
|
||||
Reference in New Issue
Block a user