mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Add option to include child processes in observation
This commit is contained in:
@@ -113,7 +113,7 @@ type Util interface {
|
||||
GPU() ([]GPUInfo, error)
|
||||
|
||||
// Process returns a process observer for a process with the given pid.
|
||||
Process(pid int32) (Process, error)
|
||||
Process(pid int32, children bool) (Process, error)
|
||||
}
|
||||
|
||||
type util struct {
|
||||
|
Reference in New Issue
Block a user