Subject: Re: Scheduler project status and further discussion
To: Andrew Doran <ad@netbsd.org>
From: Simon Burge <simonb@NetBSD.org>
List: tech-kern
Date: 01/16/2007 23:37:48
Without reading the rest of this too closely...

Andrew Doran wrote:

> - kinfo_proc2 is a intended to be 'highly compatible', so we shouldn't
>   change the size of it.

kinfo_proc2 can grow, but any existing members of the struct mustn't
change, and any additions must retain 8-byte alignment.

Cheers,
Simon.