Add a threadcount field which we will need later for device removal

cleanup.  Adding it now and MT5'ing will preserve binary compatibility
if this code is later MFC'ed.

MT5 candidate.
This commit is contained in:
Poul-Henning Kamp 2004-09-11 07:09:48 +00:00
parent 155119e8ff
commit 083d7d1c8f

View File

@ -84,6 +84,7 @@ struct cdev {
gid_t si_gid;
mode_t si_mode;
u_long si_usecount;
u_long si_threadcount;
union {
struct {
struct tty *__sit_tty;