Subject: Re: out of flags in p_flags
To: Emmanuel Dreyfus <manu@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 11/06/2002 20:29:36
On Wed, Nov 06, 2002 at 09:13:57PM +0100, Emmanuel Dreyfus wrote:
> Hi 
> 
> I need two flags for the stop on fork and stop on exec feature, but
> there is only one flag remaining in struct proc's p_flags. What is the
> prefered way to handle this situation? introduce p_flags2, or change
> p_flags to be long long instead of int?

long long would be a bad idea.
maybe you can free one up :-)

Would one flag be enough?

	David

-- 
David Laight: david@l8s.co.uk