Adding GetCPUUsage for multi-container mode

PiperOrigin-RevId: 542954812
This commit is contained in:
Shambhavi Srivastava
2023-06-23 14:14:32 -07:00
committed by gVisor bot
parent 3591d91386
commit 58b31e0363
+2 -2
View File
@@ -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