mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
95cf33c567
commit
cf92d2f010
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue