summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-11 07:09:48 +0000
committerphk <phk@FreeBSD.org>2004-09-11 07:09:48 +0000
commit1e8b0e8779b18858cd8e10e3968a9f66870702a3 (patch)
tree53257a9eee37a57e4d992d80cf4dce9301cdad54
parent0dd25500bed2e44635e1850508d900081c0f337a (diff)
downloadFreeBSD-src-1e8b0e8779b18858cd8e10e3968a9f66870702a3.zip
FreeBSD-src-1e8b0e8779b18858cd8e10e3968a9f66870702a3.tar.gz
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.
-rw-r--r--sys/sys/conf.h1
1 files changed, 1 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud