Since we're in "everybody is hosed anyway" add an layout identifier

to struct kinfo_proc.

All userland/kernel shared structs should contain *both* a size and
a layout field.

I will add the code to use the field later.
This commit is contained in:
Poul-Henning Kamp 2001-02-12 17:19:00 +00:00
parent 95cf33c567
commit cf92d2f010

View File

@ -82,6 +82,7 @@
struct kinfo_proc {
int ki_structsize; /* size of this structure */
int ki_layout; /* reserved: layout identifier */
struct pargs *ki_args; /* address of command arguments */
struct proc *ki_paddr; /* address of proc */
struct user *ki_addr; /* kernel virtual addr of u-area */