aboutsummaryrefslogtreecommitdiffstats
path: root/prog
diff options
context:
space:
mode:
Diffstat (limited to 'prog')
-rw-r--r--prog/types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/prog/types.go b/prog/types.go
index d04b901ac..0d6fa1596 100644
--- a/prog/types.go
+++ b/prog/types.go
@@ -563,6 +563,8 @@ type ProcType struct {
}
const (
+ // Some aspects of the linux kernel configs also know about this const,
+ // e.g. they create that many devices of various types (usually these parameters are in CMDLINE).
MaxPids = 32
procDefaultValue = 0xffffffffffffffff // special value denoting 0 for all procs
)