--- src/sys/sys/thread.h 2004/10/13 19:51:31 1.59 +++ src/sys/sys/thread.h 2005/01/14 02:20:24 1.60 @@ -213,8 +213,7 @@ struct thread { void *td_wchan; /* waiting on channel */ int td_pri; /* 0-31, 31=highest priority (note 1) */ int td_flags; /* TDF flags */ - int td_gen; /* wait queue chasing generation number */ - /* maybe preempt */ + int td_wdomain; /* domain for wchan address (typ 0) */ void (*td_preemptable)(struct thread *td, int critpri); void (*td_release)(struct thread *td); union {