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:
parent
155119e8ff
commit
083d7d1c8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user