Subject: Re: p_flag in struct proc: int -> uint64_t
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/06/2006 07:59:58
> 'specificdata' is a lot of typing and doesn't signify much to me. How about
> 'tag' instead?
>
> There are a few things I would prefer to see shortened for readability, for
> example:
>
> specificdata_container_t specdataref_container
> -> tag_container_t tr_container;
>
> specificdata_getspecific()
> -> tag_get()
to me, it seems rather cryptic. :)
YAMAMOTO Takashi