From 1e8b0e8779b18858cd8e10e3968a9f66870702a3 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 11 Sep 2004 07:09:48 +0000 Subject: 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. --- sys/sys/conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/conf.h b/sys/sys/conf.h index f5a08a8..e1cfa0a 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -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; -- cgit v1.1