summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2011-11-24 20:43:37 +0000
committertrociny <trociny@FreeBSD.org>2011-11-24 20:43:37 +0000
commit7ca3e358b8342d88dd86344c3718956001de1f49 (patch)
tree663e8a8168d8c2a6853b58b1114e7b3cbf91c3b4 /sys/sys
parent98cbd39410e704b31a7eba6b858448ffef5974c1 (diff)
downloadFreeBSD-src-7ca3e358b8342d88dd86344c3718956001de1f49.zip
FreeBSD-src-7ca3e358b8342d88dd86344c3718956001de1f49.tar.gz
Add sysctl to get process resource limits.
Reviewed by: kib MFC after: 2 weeks
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index 99ea342..db08a3a 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -561,6 +561,7 @@ SYSCTL_ALLOWED_TYPES(UINT64, uint64_t *a; unsigned long long *b; );
#define KERN_PROC_GROUPS 34 /* process groups */
#define KERN_PROC_ENV 35 /* get environment */
#define KERN_PROC_AUXV 36 /* get ELF auxiliary vector */
+#define KERN_PROC_RLIMIT 37 /* process resource limits */
/*
* KERN_IPC identifiers
OpenPOWER on IntegriCloud