summaryrefslogtreecommitdiffstats
path: root/sys/sys/resourcevar.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-07-18 19:29:12 +0000
committertrasz <trasz@FreeBSD.org>2010-07-18 19:29:12 +0000
commitdd1ffe6ba105a42d29d9298246efc68536d197a7 (patch)
treede43d78eb0805cba0509674d2c9289233e7bb139 /sys/sys/resourcevar.h
parent8be68756a979b615d3116b3cf959bfdb0322ee14 (diff)
downloadFreeBSD-src-dd1ffe6ba105a42d29d9298246efc68536d197a7.zip
FreeBSD-src-dd1ffe6ba105a42d29d9298246efc68536d197a7.tar.gz
Remove outdated comment and move part of it into more applicable place.
Diffstat (limited to 'sys/sys/resourcevar.h')
-rw-r--r--sys/sys/resourcevar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h
index 2d1c0ee..67af9b6 100644
--- a/sys/sys/resourcevar.h
+++ b/sys/sys/resourcevar.h
@@ -80,7 +80,9 @@ struct plimit {
};
/*-
- * Per uid resource consumption
+ * Per uid resource consumption. This structure is used to track
+ * the total resource consumption (process count, socket buffer size,
+ * etc) for the uid and impose limits.
*
* Locking guide:
* (a) Constant from inception
OpenPOWER on IntegriCloud