7 lines
111 B
Go
7 lines
111 B
Go
package ext
|
|
|
|
// Standard system metadata names
|
|
const (
|
|
// The pid of the traced process
|
|
Pid = "system.pid"
|
|
)
|