summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucred.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-12-07 01:46:13 +0000
committerkmacy <kmacy@FreeBSD.org>2007-12-07 01:46:13 +0000
commit12b5f9c8c99a01b1d40e88aaa1a58ce757e68d5e (patch)
tree289212aebdc351f35a4be524028d42623b7ebba5 /sys/sys/ucred.h
parentfad90600c19b80ff5cafb5fd89a160912b9a6e81 (diff)
downloadFreeBSD-src-12b5f9c8c99a01b1d40e88aaa1a58ce757e68d5e.zip
FreeBSD-src-12b5f9c8c99a01b1d40e88aaa1a58ce757e68d5e.tar.gz
Add padding for anticipated functionality
- vimage - TOE - multiq - host rtentry caching Rename spare used by 80211 to if_llsoftc Reviewed by: rwatson, gnn MFC after: 1 day
Diffstat (limited to 'sys/sys/ucred.h')
-rw-r--r--sys/sys/ucred.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
index 1c8e7c8..b7587da 100644
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -55,6 +55,7 @@ struct ucred {
struct uidinfo *cr_uidinfo; /* per euid resource consumption */
struct uidinfo *cr_ruidinfo; /* per ruid resource consumption */
struct prison *cr_prison; /* jail(2) */
+ void *cr_pspare[3]; /* vimage 2; general use 1 */
#define cr_endcopy cr_label
struct label *cr_label; /* MAC label */
struct auditinfo_addr cr_audit; /* Audit properties. */
OpenPOWER on IntegriCloud